#DCCECF

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

Shades of Pale Rose #DCCECF

Tints of Pale Rose #DCCECF

Color information

#DCCECF (or 0xDCCECF) is unknown color: approx Pale Rose. HEX triplet: DC, CE and CF. RGB value is (220,206,207). Sum of RGB (Red+Green+Blue) = 220+206+207=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCECF is #233130. Grayscale: #D2D2D2. Windows color (decimal): -2306353 or 13618908. OLE color: 13618908.

HSL color Cylindrical-coordinate representation of color #DCCECF: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCECF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220206207-
CMYK00.060.060.14
HSL355.71º16.67%83.53%-
HSV(B)355.71º6.36%86.27%-
XYZ62.8563.8668.05-
YUV210.3126.14134.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=34.76%
G=32.54%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020620700.060.060.14355.7116.6783.53
HexDCCECF066E1641154
Octal3343163170661654421124
Binary11011100110011101100111101101101110101100100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCECF; }

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

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

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

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

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

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

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

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