Html Css Color HEX #D1C6BD Stark White

📋 copy color: '#D1C6BD'

red 209 ◦ green 198 ◦ blue 189

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

Shades of Stark White #D1C6BD

Tints of Stark White #D1C6BD

RGB

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

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

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

R = 35.07%
G = 33.22%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1C6BD (or 0xD1C6BD) is known color: Stark White. HEX triplet: D1, C6 and BD. RGB value is (209,198,189). Sum of RGB (Red+Green+Blue) = 209+198+189=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6BD is #2E3942. Grayscale: #C8C8C8. Windows color (decimal): -3029315 or 12437201. OLE color: 12437201.

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

Color convert

RGB 209 198 189 -
CMYK 0 0.05 0.10 0.18
HSL 27º 0.18% 0.78% -
HSV(B) 27º 0.1% 0.82% -
XYZ 55.67 57.62 56.33 -
YUV 200.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 209 198 189 0 0.05 0.10 0.18 27 0.18 0.78
Hex D1 C6 BD 0 5 A 12 1B 12 4E
Octal 321 306 275 0 5 12 22 33 22 116
Binary 11010001 11000110 10111101 0 101 1010 10010 11011 10010 1001110

Color Harmonies of #D1C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C6BD

Black with #D1C6BD

Text Example


Text Example

White with #D1C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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