Html Css Color HEX #D7C6B8 Stark White

📋 copy color: '#D7C6B8'

red 215 ◦ green 198 ◦ blue 184

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

Shades of Stark White #D7C6B8

Tints of Stark White #D7C6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.82%

R = 36.01%
G = 33.17%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7C6B8 (or 0xD7C6B8) is known color: Stark White. HEX triplet: D7, C6 and B8. RGB value is (215,198,184). Sum of RGB (Red+Green+Blue) = 215+198+184=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6B8 is #283947. Grayscale: #C9C9C9. Windows color (decimal): -2636104 or 12109527. OLE color: 12109527.

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

Color convert

RGB 215 198 184 -
CMYK 0 0.08 0.14 0.16
HSL 27.1º 0.28% 0.78% -
HSV(B) 27.1º 0.14% 0.84% -
XYZ 56.87 58.3 53.6 -
YUV 201.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 215 198 184 0 0.08 0.14 0.16 27.1 0.28 0.78
Hex D7 C6 B8 0 8 E 10 1B 1C 4E
Octal 327 306 270 0 10 16 20 33 34 116
Binary 11010111 11000110 10111000 0 1000 1110 10000 11011 11100 1001110

Color Harmonies of #D7C6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6B8

Black with #D7C6B8

Text Example


Text Example

White with #D7C6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6B8; }

 p { color: rgb(215,198,184); }

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

background-color css

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

 a { background-color: rgb(215,198,184); }

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

border-color css

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

 span { border-color: rgb(215,198,184); }

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