#DFCBCC

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

Shades of Pale Rose #DFCBCC

Tints of Pale Rose #DFCBCC

Color information

#DFCBCC (or 0xDFCBCC) is unknown color: approx Pale Rose. HEX triplet: DF, CB and CC. RGB value is (223,203,204). Sum of RGB (Red+Green+Blue) = 223+203+204=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBCC is #203433. Grayscale: #D1D1D1. Windows color (decimal): -2110516 or 13421535. OLE color: 13421535.

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

Color convert

RGB223203204-
CMYK00.090.090.13
HSL357º23.81%83.53%-
HSV(B)357º8.97%87.45%-
XYZ62.6962.7665.94-
YUV209.09125.13137.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=35.40%
G=32.22%
B=32.38%

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
Decimal22320320400.090.090.1335723.8183.53
HexDFCBCC099D1651854
Octal337313314011111554530124
Binary1101111111001011110011000100110011101101100101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBCC; }

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

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

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

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

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

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

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

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