#D6D9BD

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

Shades of Celeste #D6D9BD

Tints of Celeste #D6D9BD

Color information

#D6D9BD (or 0xD6D9BD) is unknown color: approx Celeste. HEX triplet: D6, D9 and BD. RGB value is (214,217,189). Sum of RGB (Red+Green+Blue) = 214+217+189=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9BD is #292642. Grayscale: #D5D5D5. Windows color (decimal): -2696771 or 12442070. OLE color: 12442070.

HSL color Cylindrical-coordinate representation of color #D6D9BD: hue angle of 66.43º degrees, saturation: 0.27, 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 #D6D9BD is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB214217189-
CMYK0.0100.130.15
HSL66.43º26.92%79.61%-
HSV(B)66.43º12.9%85.1%-
XYZ61.7367.657.94-
YUV212.91114.51128.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=34.52%
G=35%
B=30.48%

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
Decimal2142171890.0100.130.1566.4326.9279.61
HexD6D9BD10DF421b50
Octal32633127510151710233120
Binary11010110110110011011110110110111111000010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9BD; }

 p { color: rgb(214,217,189); }

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

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

 a { background-color: rgb(214,217,189); }

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

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

 span { border-color: rgb(214,217,189); }

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