#D4D5BD

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

Shades of Celeste #D4D5BD

Tints of Celeste #D4D5BD

Color information

#D4D5BD (or 0xD4D5BD) is unknown color: approx Celeste. HEX triplet: D4, D5 and BD. RGB value is (212,213,189). Sum of RGB (Red+Green+Blue) = 212+213+189=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5BD is #2B2A42. Grayscale: #D2D2D2. Windows color (decimal): -2828867 or 12441044. OLE color: 12441044.

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

Color convert

RGB212213189-
CMYK0.0000.110.16
HSL62.5º22.22%78.82%-
HSV(B)62.5º11.27%83.53%-
XYZ60.1365.2657.57-
YUV209.96116.17129.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=34.53%
G=34.69%
B=30.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131890.0000.110.1662.522.2278.82
HexD4D5BD00B103e164f
Octal3243252750013207626117
Binary11010100110101011011110100101110000111110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5BD; }

 p { color: rgb(212,213,189); }

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

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

 a { background-color: rgb(212,213,189); }

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

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

 span { border-color: rgb(212,213,189); }

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