#D7D9BF

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

Shades of Celeste #D7D9BF

Tints of Celeste #D7D9BF

Color information

#D7D9BF (or 0xD7D9BF) is unknown color: approx Celeste. HEX triplet: D7, D9 and BF. RGB value is (215,217,191). Sum of RGB (Red+Green+Blue) = 215+217+191=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9BF is #282640. Grayscale: #D5D5D5. Windows color (decimal): -2631233 or 12573143. OLE color: 12573143.

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

Color convert

RGB215217191-
CMYK0.0100.120.15
HSL64.62º25.49%80%-
HSV(B)64.62º11.98%85.1%-
XYZ62.2467.8359.1-
YUV213.44115.34129.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 191 (75% from 255) = 30.66%
R=34.51%
G=34.83%
B=30.66%

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
Decimal2152171910.0100.120.1564.6225.4980
HexD7D9BF10CF411950
Octal32733127710141710131120
Binary11010111110110011011111110110011111000001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9BF; }

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

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

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

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

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

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

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

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