#D6D7BF

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

Shades of Celeste #D6D7BF

Tints of Celeste #D6D7BF

Color information

#D6D7BF (or 0xD6D7BF) is unknown color: approx Celeste. HEX triplet: D6, D7 and BF. RGB value is (214,215,191). Sum of RGB (Red+Green+Blue) = 214+215+191=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7BF is #292840. Grayscale: #D4D4D4. Windows color (decimal): -2697281 or 12572630. OLE color: 12572630.

HSL color Cylindrical-coordinate representation of color #D6D7BF: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D7BF is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214215191-
CMYK0.0000.110.16
HSL62.5º23.08%79.61%-
HSV(B)62.5º11.16%84.31%-
XYZ61.4466.6658.92-
YUV211.96116.17129.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 191 (75% from 255) = 30.81%
R=34.52%
G=34.68%
B=30.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151910.0000.110.1662.523.0879.61
HexD6D7BF00B103e1750
Octal3263272770013207627120
Binary11010110110101111011111100101110000111110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7BF; }

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

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

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

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

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

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

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

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