#DFCACC

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

Shades of Pale Rose #DFCACC

Tints of Pale Rose #DFCACC

Color information

#DFCACC (or 0xDFCACC) is unknown color: approx Pale Rose. HEX triplet: DF, CA and CC. RGB value is (223,202,204). Sum of RGB (Red+Green+Blue) = 223+202+204=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCACC is #203533. Grayscale: #D0D0D0. Windows color (decimal): -2110772 or 13421279. OLE color: 13421279.

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

Color convert

RGB223202204-
CMYK00.090.090.13
HSL354.29º24.71%83.33%-
HSV(B)354.29º9.42%87.45%-
XYZ62.4562.2965.86-
YUV208.51125.46138.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=35.45%
G=32.11%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320220400.090.090.13354.2924.7183.33
HexDFCACC099D1621953
Octal337312314011111554231123
Binary1101111111001010110011000100110011101101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCACC; }

 p { color: rgb(223,202,204); }

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

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

 a { background-color: rgb(223,202,204); }

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

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

 span { border-color: rgb(223,202,204); }

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