Html Css Color HEX #D6D5BD Celeste

📋 copy color: '#D6D5BD'

red 214 ◦ green 213 ◦ blue 189

#D6D5BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celeste #D6D5BD

Tints of Celeste #D6D5BD

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 value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6D5BD (or 0xD6D5BD) is known color: 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

RGB 214 213 189 -
CMYK 0 0.00 0.12 0.16
HSL 57.6º 0.23% 0.79% -
HSV(B) 57.6º 0.12% 0.84% -
XYZ 60.71 65.56 57.6 -
YUV 210.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 214 213 189 0 0.00 0.12 0.16 57.6 0.23 0.79
Hex D6 D5 BD 0 0 C 10 3A 17 4F
Octal 326 325 275 0 0 14 20 72 27 117
Binary 11010110 11010101 10111101 0 0 1100 10000 111010 10111 1001111

Color Harmonies of #D6D5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5BD

Black with #D6D5BD

Text Example


Text Example

White with #D6D5BD

Text Example


Text Example

HTML Codes & Css Web 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>