#D5D8BE

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

Shades of Celeste #D5D8BE

Tints of Celeste #D5D8BE

Color information

#D5D8BE (or 0xD5D8BE) is unknown color: approx Celeste. HEX triplet: D5, D8 and BE. RGB value is (213,216,190). Sum of RGB (Red+Green+Blue) = 213+216+190=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8BE is #2A2741. Grayscale: #D4D4D4. Windows color (decimal): -2762562 or 12507349. OLE color: 12507349.

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

Color convert

RGB213216190-
CMYK0.0100.120.15
HSL66.92º25%79.61%-
HSV(B)66.92º12.04%84.71%-
XYZ61.2966.9858.41-
YUV212.14115.51128.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=34.41%
G=34.89%
B=30.69%

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
Decimal2132161900.0100.120.1566.922579.61
HexD5D8BE10CF431950
Octal32533027610141710331120
Binary11010101110110001011111010110011111000011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D8BE; }

 p { color: rgb(213,216,190); }

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

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

 a { background-color: rgb(213,216,190); }

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

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

 span { border-color: rgb(213,216,190); }

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