Html Css Color HEX #D7D9BD Celeste

📋 copy color: '#D7D9BD'

red 215 ◦ green 217 ◦ blue 189

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

Shades of Celeste #D7D9BD

Tints of Celeste #D7D9BD

RGB

 RED value IS 215 (84.38% from 255) = 34.62%

 GREEN value IS 217 (85.16% from 255) = 34.94%

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

R = 34.62%
G = 34.94%
B = 30.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D7D9BD (or 0xD7D9BD) is known color: Celeste. HEX triplet: D7, D9 and BD. RGB value is (215,217,189). Sum of RGB (Red+Green+Blue) = 215+217+189=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9BD is #282642. Grayscale: #D5D5D5. Windows color (decimal): -2631235 or 12442071. OLE color: 12442071.

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

Color convert

RGB 215 217 189 -
CMYK 0.01 0 0.13 0.15
HSL 64.29º 0.27% 0.8% -
HSV(B) 64.29º 0.13% 0.85% -
XYZ 62.02 67.75 57.95 -
YUV 213.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 215 217 189 0.01 0 0.13 0.15 64.29 0.27 0.8
Hex D7 D9 BD 1 0 D F 40 1B 50
Octal 327 331 275 1 0 15 17 100 33 120
Binary 11010111 11011001 10111101 1 0 1101 1111 1000000 11011 1010000

Color Harmonies of #D7D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9BD

Black with #D7D9BD

Text Example


Text Example

White with #D7D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D9BD; }

 p { color: rgb(215,217,189); }

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

background-color css

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

 a { background-color: rgb(215,217,189); }

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

border-color css

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

 span { border-color: rgb(215,217,189); }

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