#DFC9CD

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

Shades of Prim #DFC9CD

Tints of Prim #DFC9CD

Color information

#DFC9CD (or 0xDFC9CD) is unknown color: approx Prim. HEX triplet: DF, C9 and CD. RGB value is (223,201,205). Sum of RGB (Red+Green+Blue) = 223+201+205=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9CD is #203632. Grayscale: #D0D0D0. Windows color (decimal): -2111027 or 13486559. OLE color: 13486559.

HSL color Cylindrical-coordinate representation of color #DFC9CD: hue angle of 349.09º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC9CD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223201205-
CMYK00.100.080.13
HSL349.09º25.58%83.14%-
HSV(B)349.09º9.87%87.45%-
XYZ62.3461.8766.41-
YUV208.03126.29138.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=35.45%
G=31.96%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320120500.100.080.13349.0925.5883.14
HexDFC9CD0A8D15d1a53
Octal337311315012101553532123
Binary1101111111001001110011010101010001101101011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9CD; }

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

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

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

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

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

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

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

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