Html Css Color HEX #D7D6BD Celeste

📋 copy color: '#D7D6BD'

red 215 ◦ green 214 ◦ blue 189

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

Shades of Celeste #D7D6BD

Tints of Celeste #D7D6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.63%

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

R = 34.79%
G = 34.63%
B = 30.58%

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

#D7D6BD (or 0xD7D6BD) is known color: Celeste. HEX triplet: D7, D6 and BD. RGB value is (215,214,189). Sum of RGB (Red+Green+Blue) = 215+214+189=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6BD is #282942. Grayscale: #D3D3D3. Windows color (decimal): -2632003 or 12441303. OLE color: 12441303.

HSL color Cylindrical-coordinate representation of color #D7D6BD: hue angle of 57.69º degrees, saturation: 0.25, 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 #D7D6BD is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 214 189 -
CMYK 0 0.00 0.12 0.16
HSL 57.69º 0.25% 0.79% -
HSV(B) 57.69º 0.12% 0.84% -
XYZ 61.26 66.21 57.7 -
YUV 211.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 215 214 189 0 0.00 0.12 0.16 57.69 0.25 0.79
Hex D7 D6 BD 0 0 C 10 3A 19 4F
Octal 327 326 275 0 0 14 20 72 31 117
Binary 11010111 11010110 10111101 0 0 1100 10000 111010 11001 1001111

Color Harmonies of #D7D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D6BD

Black with #D7D6BD

Text Example


Text Example

White with #D7D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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