#D6D9BF

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

Shades of Celeste #D6D9BF

Tints of Celeste #D6D9BF

Color information

#D6D9BF (or 0xD6D9BF) is unknown color: approx Celeste. HEX triplet: D6, D9 and BF. RGB value is (214,217,191). Sum of RGB (Red+Green+Blue) = 214+217+191=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9BF is #292640. Grayscale: #D5D5D5. Windows color (decimal): -2696769 or 12573142. OLE color: 12573142.

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

Color convert

RGB214217191-
CMYK0.0100.120.15
HSL66.92º25.49%80%-
HSV(B)66.92º11.98%85.1%-
XYZ61.9567.6859.09-
YUV213.14115.51128.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 191 (75% from 255) = 30.71%
R=34.41%
G=34.89%
B=30.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142171910.0100.120.1566.9225.4980
HexD6D9BF10CF431950
Octal32633127710141710331120
Binary11010110110110011011111110110011111000011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9BF; }

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

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

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

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

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

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

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

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