#D6DABF

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

Shades of Celeste #D6DABF

Tints of Celeste #D6DABF

Color information

#D6DABF (or 0xD6DABF) is unknown color: approx Celeste. HEX triplet: D6, DA and BF. RGB value is (214,218,191). Sum of RGB (Red+Green+Blue) = 214+218+191=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABF is #292540. Grayscale: #D5D5D5. Windows color (decimal): -2696513 or 12573398. OLE color: 12573398.

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

Color convert

RGB214218191-
CMYK0.0200.120.15
HSL68.89º26.73%80.2%-
HSV(B)68.89º12.39%85.49%-
XYZ62.2168.259.18-
YUV213.73115.17128.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 191 (75% from 255) = 30.66%
R=34.35%
G=34.99%
B=30.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181910.0200.120.1568.8926.7380.2
HexD6DABF20CF451b50
Octal32633227720141710533120
Binary110101101101101010111111100110011111000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DABF; }

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

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

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

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

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

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

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

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