#DFCDCF

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

Shades of Pale Rose #DFCDCF

Tints of Pale Rose #DFCDCF

Color information

#DFCDCF (or 0xDFCDCF) is unknown color: approx Pale Rose. HEX triplet: DF, CD and CF. RGB value is (223,205,207). Sum of RGB (Red+Green+Blue) = 223+205+207=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCF is #203230. Grayscale: #D2D2D2. Windows color (decimal): -2110001 or 13618655. OLE color: 13618655.

HSL color Cylindrical-coordinate representation of color #DFCDCF: hue angle of 353.33º 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 #DFCDCF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223205207-
CMYK00.080.070.13
HSL353.33º21.95%83.92%-
HSV(B)353.33º8.07%87.45%-
XYZ63.5363.8668.01-
YUV210.61125.96136.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=35.12%
G=32.28%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320520700.080.070.13353.3321.9583.92
HexDFCDCF087D1611654
Octal33731531701071554126124
Binary110111111100110111001111010001111101101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDCF; }

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

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

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

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

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

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

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

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