#D8DBBE

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

Shades of Celeste #D8DBBE

Tints of Celeste #D8DBBE

Color information

#D8DBBE (or 0xD8DBBE) is unknown color: approx Celeste. HEX triplet: D8, DB and BE. RGB value is (216,219,190). Sum of RGB (Red+Green+Blue) = 216+219+190=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBBE is #272441. Grayscale: #D6D6D6. Windows color (decimal): -2565186 or 12508120. OLE color: 12508120.

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

Color convert

RGB216219190-
CMYK0.0100.130.14
HSL66.21º28.71%80.2%-
HSV(B)66.21º13.24%85.88%-
XYZ62.9468.9858.71-
YUV214.8114.01128.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=34.56%
G=35.04%
B=30.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191900.0100.130.1466.2128.7180.2
HexD8DBBE10DE421d50
Octal33033327610151610235120
Binary11011000110110111011111010110111101000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBBE; }

 p { color: rgb(216,219,190); }

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

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

 a { background-color: rgb(216,219,190); }

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

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

 span { border-color: rgb(216,219,190); }

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