#D4D5BB

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

Shades of Celeste #D4D5BB

Tints of Celeste #D4D5BB

Color information

#D4D5BB (or 0xD4D5BB) is unknown color: approx Celeste. HEX triplet: D4, D5 and BB. RGB value is (212,213,187). Sum of RGB (Red+Green+Blue) = 212+213+187=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5BB is #2B2A44. Grayscale: #D1D1D1. Windows color (decimal): -2828869 or 12309972. OLE color: 12309972.

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

Color convert

RGB212213187-
CMYK0.0000.120.16
HSL62.31º23.64%78.43%-
HSV(B)62.31º12.21%83.53%-
XYZ59.9265.1756.44-
YUV209.74115.17129.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=34.64%
G=34.80%
B=30.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131870.0000.120.1662.3123.6478.43
HexD4D5BB00C103e184e
Octal3243252730014207630116
Binary11010100110101011011101100110010000111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5BB; }

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

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

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

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

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

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

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

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