#D6D9BC

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

Shades of Celeste #D6D9BC

Tints of Celeste #D6D9BC

Color information

#D6D9BC (or 0xD6D9BC) is unknown color: approx Celeste. HEX triplet: D6, D9 and BC. RGB value is (214,217,188). Sum of RGB (Red+Green+Blue) = 214+217+188=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9BC is #292643. Grayscale: #D4D4D4. Windows color (decimal): -2696772 or 12376534. OLE color: 12376534.

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

Color convert

RGB214217188-
CMYK0.0100.130.15
HSL66.21º27.62%79.41%-
HSV(B)66.21º13.36%85.1%-
XYZ61.6267.5557.37-
YUV212.8114.01128.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=34.57%
G=35.06%
B=30.37%

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
Decimal2142171880.0100.130.1566.2127.6279.41
HexD6D9BC10DF421c4f
Octal32633127410151710234117
Binary11010110110110011011110010110111111000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9BC; }

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

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

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

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

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

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

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

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