#D6D5BB

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

Shades of Celeste #D6D5BB

Tints of Celeste #D6D5BB

Color information

#D6D5BB (or 0xD6D5BB) is unknown color: approx Celeste. HEX triplet: D6, D5 and BB. RGB value is (214,213,187). Sum of RGB (Red+Green+Blue) = 214+213+187=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5BB is #292A44. Grayscale: #D2D2D2. Windows color (decimal): -2697797 or 12309974. OLE color: 12309974.

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

Color convert

RGB214213187-
CMYK00.000.130.16
HSL57.78º24.77%78.63%-
HSV(B)57.78º12.62%83.92%-
XYZ60.565.4756.46-
YUV210.34114.83130.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=34.85%
G=34.69%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421318700.000.130.1657.7824.7778.63
HexD6D5BB00D103a194f
Octal3263252730015207231117
Binary11010110110101011011101100110110000111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5BB; }

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

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

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

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

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

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

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

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