Html Css Color HEX #D6D8BD Celeste

📋 copy color: '#D6D8BD'

red 214 ◦ green 216 ◦ blue 189

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

Shades of Celeste #D6D8BD

Tints of Celeste #D6D8BD

RGB

 RED value IS 214 (83.98% from 255) = 34.57%

 GREEN value IS 216 (84.77% from 255) = 34.89%

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 34.57%
G = 34.89%
B = 30.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D6D8BD (or 0xD6D8BD) is known color: Celeste. HEX triplet: D6, D8 and BD. RGB value is (214,216,189). Sum of RGB (Red+Green+Blue) = 214+216+189=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8BD is #292742. Grayscale: #D4D4D4. Windows color (decimal): -2697027 or 12441814. OLE color: 12441814.

HSL color Cylindrical-coordinate representation of color #D6D8BD: hue angle of 64.44º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D8BD is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 189 -
CMYK 0.01 0 0.12 0.15
HSL 64.44º 0.26% 0.79% -
HSV(B) 64.44º 0.13% 0.85% -
XYZ 61.47 67.08 57.85 -
YUV 212.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 214 216 189 0.01 0 0.12 0.15 64.44 0.26 0.79
Hex D6 D8 BD 1 0 C F 40 1A 4F
Octal 326 330 275 1 0 14 17 100 32 117
Binary 11010110 11011000 10111101 1 0 1100 1111 1000000 11010 1001111

Color Harmonies of #D6D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8BD

Black with #D6D8BD

Text Example


Text Example

White with #D6D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8BD; }

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

 H1.HeaderClassName
 {
   color: #D6D8BD;
 }
 .AnyTagClassName
 {
   color: #D6D8BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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