Html Css Color HEX #D1C8BE Stark White

📋 copy color: '#D1C8BE'

red 209 ◦ green 200 ◦ blue 190

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

Shades of Stark White #D1C8BE

Tints of Stark White #D1C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

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

R = 34.89%
G = 33.39%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1C8BE (or 0xD1C8BE) is known color: Stark White. HEX triplet: D1, C8 and BE. RGB value is (209,200,190). Sum of RGB (Red+Green+Blue) = 209+200+190=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8BE is #2E3741. Grayscale: #C9C9C9. Windows color (decimal): -3028802 or 12503249. OLE color: 12503249.

HSL color Cylindrical-coordinate representation of color #D1C8BE: hue angle of 31.58º 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 #D1C8BE is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 200 190 -
CMYK 0 0.04 0.09 0.18
HSL 31.58º 0.17% 0.78% -
HSV(B) 31.58º 0.09% 0.82% -
XYZ 56.24 58.58 57.06 -
YUV 201.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 209 200 190 0 0.04 0.09 0.18 31.58 0.17 0.78
Hex D1 C8 BE 0 4 9 12 20 11 4E
Octal 321 310 276 0 4 11 22 40 21 116
Binary 11010001 11001000 10111110 0 100 1001 10010 100000 10001 1001110

Color Harmonies of #D1C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8BE

Black with #D1C8BE

Text Example


Text Example

White with #D1C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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