#DFCDD6

Color #DFCDD6 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFCDD6

Tints of Prim #DFCDD6

Color information

#DFCDD6 (or 0xDFCDD6) is unknown color: approx Prim. HEX triplet: DF, CD and D6. RGB value is (223,205,214). Sum of RGB (Red+Green+Blue) = 223+205+214=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD6 is #203229. Grayscale: #D3D3D3. Windows color (decimal): -2109994 or 14077407. OLE color: 14077407.

HSL color Cylindrical-coordinate representation of color #DFCDD6: hue angle of 330º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDD6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223205214-
CMYK00.080.040.13
HSL330º21.95%83.92%-
HSV(B)330º8.07%87.45%-
XYZ64.464.2172.62-
YUV211.41129.46136.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=34.74%
G=31.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320521400.080.040.1333021.9583.92
HexDFCDD6084D14a1654
Octal33731532601041551226124
Binary110111111100110111010110010001001101101001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDD6; }

 p { color: rgb(223,205,214); }

 H1.HeaderClassName
 {
   color: #DFCDD6;
 }
 .AnyTagClassName
 {
   color: #DFCDD6;
 }
</style>
background-color css

<style>
 a { background-color: #DFCDD6; }

 a { background-color: rgb(223,205,214); }

 div.DivClassName
 {
   background-color: #DFCDD6;
 }
 .BgClassName
 {
   background-color: #DFCDD6;
 }
</style>
border-color css

<style>
 span { border-color: #DFCDD6; }

 span { border-color: rgb(223,205,214); }

 td.TdClassName
 {
   border-color: #DFCDD6;
 }
 .TagClassName
 {
   border-color: #DFCDD6;
 }
</style>