#D6D4B9

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

Shades of Celeste #D6D4B9

Tints of Celeste #D6D4B9

Color information

#D6D4B9 (or 0xD6D4B9) is unknown color: approx Celeste. HEX triplet: D6, D4 and B9. RGB value is (214,212,185). Sum of RGB (Red+Green+Blue) = 214+212+185=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4B9 is #292B46. Grayscale: #D1D1D1. Windows color (decimal): -2698055 or 12178646. OLE color: 12178646.

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

Color convert

RGB214212185-
CMYK00.010.140.16
HSL55.86º26.13%78.24%-
HSV(B)55.86º13.55%83.92%-
XYZ60.0364.8955.26-
YUV209.52114.16131.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=35.02%
G=34.70%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421218500.010.140.1655.8626.1378.24
HexD6D4B901E10381a4e
Octal3263242710116207032116
Binary11010110110101001011100101111010000111000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4B9; }

 p { color: rgb(214,212,185); }

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

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

 a { background-color: rgb(214,212,185); }

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

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

 span { border-color: rgb(214,212,185); }

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