#DDCEBB

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

Shades of Blanc #DDCEBB

Tints of Blanc #DDCEBB

Color information

#DDCEBB (or 0xDDCEBB) is unknown color: approx Blanc. HEX triplet: DD, CE and BB. RGB value is (221,206,187). Sum of RGB (Red+Green+Blue) = 221+206+187=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBB is #223144. Grayscale: #D0D0D0. Windows color (decimal): -2240837 or 12308189. OLE color: 12308189.

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

Color convert

RGB221206187-
CMYK00.070.150.13
HSL33.53º33.33%80%-
HSV(B)33.53º15.38%86.67%-
XYZ60.8663.155.99-
YUV208.32115.97137.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=35.99%
G=33.55%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120618700.070.150.1333.5333.3380
HexDDCEBB07FD222150
Octal3353162730717154241120
Binary1101110111001110101110110111111111011000101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEBB; }

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

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

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

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

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

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

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

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