Html Css Color HEX #D1C7BE Stark White

📋 copy color: '#D1C7BE'

red 209 ◦ green 199 ◦ blue 190

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

Shades of Stark White #D1C7BE

Tints of Stark White #D1C7BE

RGB

 RED value IS 209 (82.03% from 255) = 34.95%

 GREEN value IS 199 (78.13% from 255) = 33.28%

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 34.95%
G = 33.28%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1C7BE (or 0xD1C7BE) is known color: Stark White. HEX triplet: D1, C7 and BE. RGB value is (209,199,190). Sum of RGB (Red+Green+Blue) = 209+199+190=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BE is #2E3841. Grayscale: #C9C9C9. Windows color (decimal): -3029058 or 12502993. OLE color: 12502993.

HSL color Cylindrical-coordinate representation of color #D1C7BE: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C7BE is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 199 190 -
CMYK 0 0.05 0.09 0.18
HSL 28.42º 0.17% 0.78% -
HSV(B) 28.42º 0.09% 0.82% -
XYZ 56.01 58.12 56.98 -
YUV 200.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 209 199 190 0 0.05 0.09 0.18 28.42 0.17 0.78
Hex D1 C7 BE 0 5 9 12 1C 11 4E
Octal 321 307 276 0 5 11 22 34 21 116
Binary 11010001 11000111 10111110 0 101 1001 10010 11100 10001 1001110

Color Harmonies of #D1C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C7BE

Black with #D1C7BE

Text Example


Text Example

White with #D1C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C7BE; }

 p { color: rgb(209,199,190); }

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

background-color css

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

 a { background-color: rgb(209,199,190); }

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

border-color css

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

 span { border-color: rgb(209,199,190); }

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