#D4D2BB

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

Shades of Celeste #D4D2BB

Tints of Celeste #D4D2BB

Color information

#D4D2BB (or 0xD4D2BB) is unknown color: approx Celeste. HEX triplet: D4, D2 and BB. RGB value is (212,210,187). Sum of RGB (Red+Green+Blue) = 212+210+187=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2BB is #2B2D44. Grayscale: #D0D0D0. Windows color (decimal): -2829637 or 12309204. OLE color: 12309204.

HSL color Cylindrical-coordinate representation of color #D4D2BB: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D2BB is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212210187-
CMYK00.010.120.17
HSL55.2º22.52%78.24%-
HSV(B)55.2º11.79%83.14%-
XYZ59.1763.6856.19-
YUV207.98116.16130.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=34.81%
G=34.48%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221018700.010.120.1755.222.5278.24
HexD4D2BB01C1137174e
Octal3243222730114216727116
Binary11010100110100101011101101110010001110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2BB; }

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

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

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

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

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

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

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

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