Color Hex Logo

#ddccfd Color Hex

#DDCCFD
(221,204,253)
0 Favorites   0 Comments

Color spaces of #ddccfd

RGB 221204253
HSL0.720.920.90
HSV261°19°99°
CMYK 0.130.190.00   0.01
XYZ69.141365.6497101.9560
Yxy65.64970.29200.2773
Hunter Lab81.024510.5280-17.8896
CIE-Lab84.817415.1216-21.8424

#ddccfd color RGB value is (221,204,253).

#ddccfd hex color red value is 221, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddccfd hue: 0.72 , saturation: 0.92 and the lightness value of ddccfd is 0.90.

The process color (four color CMYK) of #ddccfd color hex is 0.13, 0.19, 0.00, 0.01. Web safe color of #ddccfd is #ccccff. Color #ddccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11111101
Octal 335 314 375
Decimal 221 204 253
Hex DD CC FD

RGB Percentages of Color #ddccfd

%32.60
%30.09
%37.32

CMYK Percentages of Color #ddccfd

%13
%19
%0
%1

Triadic Colors of #ddccfd

#ddccfd #fdddcc #ccfddd

Analogous Colors of #ddccfd

#ddccfd #f6ccfd #ccd4fd

Monochromatic Colors of #ddccfd

#ddccfd

Complementary Color

#ddccfd #ecfdcc

#ddccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccfd Color CSS Codes

.mybgcolor {background-color:#ddccfd; } 
.myforecolor {color:#ddccfd; }
.mybordercolor {border:3px solid #ddccfd; }

#ddccfd Text Font Color

<p style="color:#ddccfd">Text here</p>

This sample text font color is #ddccfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddccfd Background Color

<div style="background-color:#ddccfd">
Div content here</div>

This div background color is #ddccfd


#ddccfd Border Color

<div style="border:3px solid #ddccfd">
Div here</div>

This div border color is #ddccfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,204,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddccfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddccfd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddccfd;
  box-shadow:         1px 1px 3px 2px #ddccfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddccfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddccfd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddccfd;
  box-shadow:         1px 1px 3px 2px #ddccfd;">
Div content here</div>

This div box has shadow with color #ddccfd

#ddccfd Color Palettes


Comments

No comments written yet.

Please login to write comment.