#D8DABD

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

Shades of Celeste #D8DABD

Tints of Celeste #D8DABD

Color information

#D8DABD (or 0xD8DABD) is unknown color: approx Celeste. HEX triplet: D8, DA and BD. RGB value is (216,218,189). Sum of RGB (Red+Green+Blue) = 216+218+189=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DABD is #272542. Grayscale: #D6D6D6. Windows color (decimal): -2565443 or 12442328. OLE color: 12442328.

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

Color convert

RGB216218189-
CMYK0.0100.130.15
HSL64.14º28.16%79.8%-
HSV(B)64.14º13.3%85.49%-
XYZ62.5868.4258.05-
YUV214.1113.84129.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=34.67%
G=34.99%
B=30.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181890.0100.130.1564.1428.1679.8
HexD8DABD10DF401c50
Octal33033227510151710034120
Binary11011000110110101011110110110111111000000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DABD; }

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

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

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

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

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

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

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

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