#D8DAC0

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

Shades of Celeste #D8DAC0

Tints of Celeste #D8DAC0

Color information

#D8DAC0 (or 0xD8DAC0) is unknown color: approx Celeste. HEX triplet: D8, DA and C0. RGB value is (216,218,192). Sum of RGB (Red+Green+Blue) = 216+218+192=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAC0 is #27253F. Grayscale: #D6D6D6. Windows color (decimal): -2565440 or 12638936. OLE color: 12638936.

HSL color Cylindrical-coordinate representation of color #D8DAC0: hue angle of 64.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8DAC0 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216218192-
CMYK0.0100.120.15
HSL64.62º26%80.39%-
HSV(B)64.62º11.93%85.49%-
XYZ62.968.5559.78-
YUV214.44115.34129.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=34.50%
G=34.82%
B=30.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181920.0100.120.1564.622680.39
HexD8DAC010CF411a50
Octal33033230010141710132120
Binary11011000110110101100000010110011111000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAC0; }

 p { color: rgb(216,218,192); }

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

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

 a { background-color: rgb(216,218,192); }

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

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

 span { border-color: rgb(216,218,192); }

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