Html Css Color HEX #D1C5BB Stark White

📋 copy color: '#D1C5BB'

red 209 ◦ green 197 ◦ blue 187

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

Shades of Stark White #D1C5BB

Tints of Stark White #D1C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 35.24%
G = 33.22%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1C5BB (or 0xD1C5BB) is known color: Stark White. HEX triplet: D1, C5 and BB. RGB value is (209,197,187). Sum of RGB (Red+Green+Blue) = 209+197+187=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5BB is #2E3A44. Grayscale: #C7C7C7. Windows color (decimal): -3029573 or 12305873. OLE color: 12305873.

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

Color convert

RGB 209 197 187 -
CMYK 0 0.06 0.11 0.18
HSL 27.27º 0.19% 0.78% -
HSV(B) 27.27º 0.11% 0.82% -
XYZ 55.23 57.08 55.12 -
YUV 199.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 209 197 187 0 0.06 0.11 0.18 27.27 0.19 0.78
Hex D1 C5 BB 0 6 B 12 1B 13 4E
Octal 321 305 273 0 6 13 22 33 23 116
Binary 11010001 11000101 10111011 0 110 1011 10010 11011 10011 1001110

Color Harmonies of #D1C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5BB

Black with #D1C5BB

Text Example


Text Example

White with #D1C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5BB; }

 p { color: rgb(209,197,187); }

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

background-color css

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

 a { background-color: rgb(209,197,187); }

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

border-color css

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

 span { border-color: rgb(209,197,187); }

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