#DCCEBB

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

Shades of Blanc #DCCEBB

Tints of Blanc #DCCEBB

Color information

#DCCEBB (or 0xDCCEBB) is unknown color: approx Blanc. HEX triplet: DC, CE and BB. RGB value is (220,206,187). Sum of RGB (Red+Green+Blue) = 220+206+187=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEBB is #233144. Grayscale: #D0D0D0. Windows color (decimal): -2306373 or 12308188. OLE color: 12308188.

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

Color convert

RGB220206187-
CMYK00.060.150.14
HSL34.55º32.04%79.8%-
HSV(B)34.55º15%86.27%-
XYZ60.5662.9555.97-
YUV208.02116.14136.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=35.89%
G=33.61%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020618700.060.150.1434.5532.0479.8
HexDCCEBB06FE232050
Octal3343162730617164340120
Binary1101110011001110101110110110111111101000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEBB; }

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

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

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

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

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

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

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

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