Html Css Color HEX #D8C6B9 Stark White

📋 copy color: '#D8C6B9'

red 216 ◦ green 198 ◦ blue 185

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

Shades of Stark White #D8C6B9

Tints of Stark White #D8C6B9

RGB

 RED value IS 216 (84.77% from 255) = 36.06%

 GREEN value IS 198 (77.73% from 255) = 33.06%

 BLUE value IS 185 (72.66% from 255) = 30.88%

R = 36.06%
G = 33.06%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8C6B9 (or 0xD8C6B9) is known color: Stark White. HEX triplet: D8, C6 and B9. RGB value is (216,198,185). Sum of RGB (Red+Green+Blue) = 216+198+185=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6B9 is #273946. Grayscale: #C9C9C9. Windows color (decimal): -2570567 or 12175064. OLE color: 12175064.

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

Color convert

RGB 216 198 185 -
CMYK 0 0.08 0.14 0.15
HSL 25.16º 0.28% 0.79% -
HSV(B) 25.16º 0.14% 0.85% -
XYZ 57.27 58.49 54.17 -
YUV 201.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 216 198 185 0 0.08 0.14 0.15 25.16 0.28 0.79
Hex D8 C6 B9 0 8 E F 19 1C 4F
Octal 330 306 271 0 10 16 17 31 34 117
Binary 11011000 11000110 10111001 0 1000 1110 1111 11001 11100 1001111

Color Harmonies of #D8C6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6B9

Black with #D8C6B9

Text Example


Text Example

White with #D8C6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6B9; }

 p { color: rgb(216,198,185); }

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

background-color css

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

 a { background-color: rgb(216,198,185); }

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

border-color css

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

 span { border-color: rgb(216,198,185); }

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