#D6D5BD

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

Shades of Celeste #D6D5BD

Tints of Celeste #D6D5BD

Color information

#D6D5BD (or 0xD6D5BD) is unknown color: approx Celeste. HEX triplet: D6, D5 and BD. RGB value is (214,213,189). Sum of RGB (Red+Green+Blue) = 214+213+189=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5BD is #292A42. Grayscale: #D2D2D2. Windows color (decimal): -2697795 or 12441046. OLE color: 12441046.

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

Color convert

RGB214213189-
CMYK00.000.120.16
HSL57.6º23.36%79.02%-
HSV(B)57.6º11.68%83.92%-
XYZ60.7165.5657.6-
YUV210.56115.83130.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=34.74%
G=34.58%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421318900.000.120.1657.623.3679.02
HexD6D5BD00C103a174f
Octal3263252750014207227117
Binary11010110110101011011110100110010000111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5BD; }

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

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

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

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

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

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

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

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