Html Css Color HEX #D1C9BD Stark White

📋 copy color: '#D1C9BD'

red 209 ◦ green 201 ◦ blue 189

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

Shades of Stark White #D1C9BD

Tints of Stark White #D1C9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 34.89%
G = 33.56%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1C9BD (or 0xD1C9BD) is known color: Stark White. HEX triplet: D1, C9 and BD. RGB value is (209,201,189). Sum of RGB (Red+Green+Blue) = 209+201+189=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9BD is #2E3642. Grayscale: #CACACA. Windows color (decimal): -3028547 or 12437969. OLE color: 12437969.

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

Color convert

RGB 209 201 189 -
CMYK 0 0.04 0.10 0.18
HSL 36º 0.18% 0.78% -
HSV(B) 36º 0.1% 0.82% -
XYZ 56.37 59 56.56 -
YUV 202.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 209 201 189 0 0.04 0.10 0.18 36 0.18 0.78
Hex D1 C9 BD 0 4 A 12 24 12 4E
Octal 321 311 275 0 4 12 22 44 22 116
Binary 11010001 11001001 10111101 0 100 1010 10010 100100 10010 1001110

Color Harmonies of #D1C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C9BD

Black with #D1C9BD

Text Example


Text Example

White with #D1C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C9BD; }

 p { color: rgb(209,201,189); }

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

background-color css

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

 a { background-color: rgb(209,201,189); }

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

border-color css

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

 span { border-color: rgb(209,201,189); }

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