#D9DBC0

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

Shades of Celeste #D9DBC0

Tints of Celeste #D9DBC0

Color information

#D9DBC0 (or 0xD9DBC0) is unknown color: approx Celeste. HEX triplet: D9, DB and C0. RGB value is (217,219,192). Sum of RGB (Red+Green+Blue) = 217+219+192=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBC0 is #26243F. Grayscale: #D7D7D7. Windows color (decimal): -2499648 or 12639193. OLE color: 12639193.

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

Color convert

RGB217219192-
CMYK0.0100.120.14
HSL64.44º27.27%80.59%-
HSV(B)64.44º12.33%85.88%-
XYZ63.4669.2259.89-
YUV215.32114.84129.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=34.55%
G=34.87%
B=30.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191920.0100.120.1464.4427.2780.59
HexD9DBC010CE401b51
Octal33133330010141610033121
Binary11011001110110111100000010110011101000000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBC0; }

 p { color: rgb(217,219,192); }

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

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

 a { background-color: rgb(217,219,192); }

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

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

 span { border-color: rgb(217,219,192); }

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