#DCCFCE

Color #DCCFCE Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #DCCFCE

Tints of Light Grey #DCCFCE

Color information

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

HSL color Cylindrical-coordinate representation of color #DCCFCE: hue angle of 4.29º 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 #DCCFCE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220207206-
CMYK00.060.060.14
HSL4.29º16.67%83.53%-
HSV(B)4.29º6.36%86.27%-
XYZ62.9764.367.48-
YUV210.77125.31134.58-

RGB Variations

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

RGB

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

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
Decimal22020720600.060.060.144.2916.6783.53
HexDCCFCE066E41154
Octal33431731606616421124
Binary11011100110011111100111001101101110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFCE; }

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

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

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

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

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

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

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

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