#D7DABC

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

Shades of Celeste #D7DABC

Tints of Celeste #D7DABC

Color information

#D7DABC (or 0xD7DABC) is unknown color: approx Celeste. HEX triplet: D7, DA and BC. RGB value is (215,218,188). Sum of RGB (Red+Green+Blue) = 215+218+188=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DABC is #282543. Grayscale: #D5D5D5. Windows color (decimal): -2630980 or 12376791. OLE color: 12376791.

HSL color Cylindrical-coordinate representation of color #D7DABC: hue angle of 66º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7DABC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB215218188-
CMYK0.0100.140.15
HSL66º28.85%79.61%-
HSV(B)66º13.76%85.49%-
XYZ62.1768.2257.47-
YUV213.68113.51128.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=34.62%
G=35.10%
B=30.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181880.0100.140.156628.8579.61
HexD7DABC10EF421d50
Octal32733227410161710235120
Binary11010111110110101011110010111011111000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DABC; }

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

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

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

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

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

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

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

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