#DACEBB

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

Shades of Blanc #DACEBB

Tints of Blanc #DACEBB

Color information

#DACEBB (or 0xDACEBB) is unknown color: approx Blanc. HEX triplet: DA, CE and BB. RGB value is (218,206,187). Sum of RGB (Red+Green+Blue) = 218+206+187=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEBB is #253144. Grayscale: #CFCFCF. Windows color (decimal): -2437445 or 12308186. OLE color: 12308186.

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

Color convert

RGB218206187-
CMYK00.060.140.15
HSL36.77º29.52%79.41%-
HSV(B)36.77º14.22%85.49%-
XYZ59.9562.6455.94-
YUV207.42116.48135.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=35.68%
G=33.72%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820618700.060.140.1536.7729.5279.41
HexDACEBB06EF251e4f
Octal3323162730616174536117
Binary110110101100111010111011011011101111100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEBB; }

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

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

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

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

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

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

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

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