#DFCCCE

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

Shades of Pale Rose #DFCCCE

Tints of Pale Rose #DFCCCE

Color information

#DFCCCE (or 0xDFCCCE) is unknown color: approx Pale Rose. HEX triplet: DF, CC and CE. RGB value is (223,204,206). Sum of RGB (Red+Green+Blue) = 223+204+206=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCE is #203331. Grayscale: #D1D1D1. Windows color (decimal): -2110258 or 13552863. OLE color: 13552863.

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

Color convert

RGB223204206-
CMYK00.090.080.13
HSL353.68º22.89%83.73%-
HSV(B)353.68º8.52%87.45%-
XYZ63.1663.3367.29-
YUV209.91125.79137.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=35.23%
G=32.23%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320420600.090.080.13353.6822.8983.73
HexDFCCCE098D1621754
Octal337314316011101554227124
Binary1101111111001100110011100100110001101101100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCCE; }

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

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

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

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

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

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

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

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