#DFCCCD

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

Shades of Pale Rose #DFCCCD

Tints of Pale Rose #DFCCCD

Color information

#DFCCCD (or 0xDFCCCD) is unknown color: approx Pale Rose. HEX triplet: DF, CC and CD. RGB value is (223,204,205). Sum of RGB (Red+Green+Blue) = 223+204+205=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCD is #203332. Grayscale: #D1D1D1. Windows color (decimal): -2110259 or 13487327. OLE color: 13487327.

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

Color convert

RGB223204205-
CMYK00.090.080.13
HSL356.84º22.89%83.73%-
HSV(B)356.84º8.52%87.45%-
XYZ63.0463.2866.65-
YUV209.8125.29137.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=35.28%
G=32.28%
B=32.44%

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
Decimal22320420500.090.080.13356.8422.8983.73
HexDFCCCD098D1651754
Octal337314315011101554527124
Binary1101111111001100110011010100110001101101100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCCD; }

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

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

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

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

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

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

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

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