#D7D6BC

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

Shades of Celeste #D7D6BC

Tints of Celeste #D7D6BC

Color information

#D7D6BC (or 0xD7D6BC) is unknown color: approx Celeste. HEX triplet: D7, D6 and BC. RGB value is (215,214,188). Sum of RGB (Red+Green+Blue) = 215+214+188=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6BC is #282943. Grayscale: #D3D3D3. Windows color (decimal): -2632004 or 12375767. OLE color: 12375767.

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

Color convert

RGB215214188-
CMYK00.000.130.16
HSL57.78º25.23%79.02%-
HSV(B)57.78º12.56%84.31%-
XYZ61.1566.1757.13-
YUV211.33114.83130.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.85%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=34.85%
G=34.68%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521418800.000.130.1657.7825.2379.02
HexD7D6BC00D103a194f
Octal3273262740015207231117
Binary11010111110101101011110000110110000111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6BC; }

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

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

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

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

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

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

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

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