#DDCECF

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

Shades of Pale Rose #DDCECF

Tints of Pale Rose #DDCECF

Color information

#DDCECF (or 0xDDCECF) is unknown color: approx Pale Rose. HEX triplet: DD, CE and CF. RGB value is (221,206,207). Sum of RGB (Red+Green+Blue) = 221+206+207=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECF is #223130. Grayscale: #D2D2D2. Windows color (decimal): -2240817 or 13618909. OLE color: 13618909.

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

Color convert

RGB221206207-
CMYK00.070.060.13
HSL356º18.07%83.73%-
HSV(B)356º6.79%86.67%-
XYZ63.1564.0268.06-
YUV210.6125.97135.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=34.86%
G=32.49%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120620700.070.060.1335618.0783.73
HexDDCECF076D1641254
Octal3353163170761554422124
Binary11011101110011101100111101111101101101100100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCECF; }

 p { color: rgb(221,206,207); }

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

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

 a { background-color: rgb(221,206,207); }

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

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

 span { border-color: rgb(221,206,207); }

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