#D7DABF

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

Shades of Celeste #D7DABF

Tints of Celeste #D7DABF

Color information

#D7DABF (or 0xD7DABF) is unknown color: approx Celeste. HEX triplet: D7, DA and BF. RGB value is (215,218,191). Sum of RGB (Red+Green+Blue) = 215+218+191=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DABF is #282540. Grayscale: #D6D6D6. Windows color (decimal): -2630977 or 12573399. OLE color: 12573399.

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

Color convert

RGB215218191-
CMYK0.0100.120.15
HSL66.67º26.73%80.2%-
HSV(B)66.67º12.39%85.49%-
XYZ62.568.3559.19-
YUV214.02115.01128.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 30.61%
R=34.46%
G=34.94%
B=30.61%

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
Decimal2152181910.0100.120.1566.6726.7380.2
HexD7DABF10CF431b50
Octal32733227710141710333120
Binary11010111110110101011111110110011111000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DABF; }

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

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

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

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

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

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

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

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