#DFCACB

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

Shades of Pale Rose #DFCACB

Tints of Pale Rose #DFCACB

Color information

#DFCACB (or 0xDFCACB) is unknown color: approx Pale Rose. HEX triplet: DF, CA and CB. RGB value is (223,202,203). Sum of RGB (Red+Green+Blue) = 223+202+203=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCACB is #203534. Grayscale: #D0D0D0. Windows color (decimal): -2110773 or 13355743. OLE color: 13355743.

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

Color convert

RGB223202203-
CMYK00.090.090.13
HSL357.14º24.71%83.33%-
HSV(B)357.14º9.42%87.45%-
XYZ62.3362.2465.23-
YUV208.39124.96138.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=35.51%
G=32.17%
B=32.32%

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
Decimal22320220300.090.090.13357.1424.7183.33
HexDFCACB099D1651953
Octal337312313011111554531123
Binary1101111111001010110010110100110011101101100101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCACB; }

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

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

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

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

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

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

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

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