#DFCBD6

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

Shades of Prim #DFCBD6

Tints of Prim #DFCBD6

Color information

#DFCBD6 (or 0xDFCBD6) is unknown color: approx Prim. HEX triplet: DF, CB and D6. RGB value is (223,203,214). Sum of RGB (Red+Green+Blue) = 223+203+214=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBD6 is #203429. Grayscale: #D2D2D2. Windows color (decimal): -2110506 or 14076895. OLE color: 14076895.

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

Color convert

RGB223203214-
CMYK00.090.040.13
HSL327º23.81%83.53%-
HSV(B)327º8.97%87.45%-
XYZ63.9263.2572.46-
YUV210.23130.13137.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=34.84%
G=31.72%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320321400.090.040.1332723.8183.53
HexDFCBD6094D1471854
Octal33731332601141550730124
Binary110111111100101111010110010011001101101000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBD6; }

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

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

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

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

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

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

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

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