#DFCDCE

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

Shades of Pale Rose #DFCDCE

Tints of Pale Rose #DFCDCE

Color information

#DFCDCE (or 0xDFCDCE) is unknown color: approx Pale Rose. HEX triplet: DF, CD and CE. RGB value is (223,205,206). Sum of RGB (Red+Green+Blue) = 223+205+206=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCE is #203231. Grayscale: #D2D2D2. Windows color (decimal): -2110002 or 13553119. OLE color: 13553119.

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

Color convert

RGB223205206-
CMYK00.080.080.13
HSL356.67º21.95%83.92%-
HSV(B)356.67º8.07%87.45%-
XYZ63.463.8167.37-
YUV210.5125.46136.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=35.17%
G=32.33%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320520600.080.080.13356.6721.9583.92
HexDFCDCE088D1651654
Octal337315316010101554526124
Binary1101111111001101110011100100010001101101100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDCE; }

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

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

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

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

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

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

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

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