Html Css Color HEX #D3C7BA Stark White

📋 copy color: '#D3C7BA'

red 211 ◦ green 199 ◦ blue 186

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

Shades of Stark White #D3C7BA

Tints of Stark White #D3C7BA

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 35.4%
G = 33.39%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D3C7BA (or 0xD3C7BA) is known color: Stark White. HEX triplet: D3, C7 and BA. RGB value is (211,199,186). Sum of RGB (Red+Green+Blue) = 211+199+186=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7BA is #2C3845. Grayscale: #C9C9C9. Windows color (decimal): -2897990 or 12240851. OLE color: 12240851.

HSL color Cylindrical-coordinate representation of color #D3C7BA: hue angle of 31.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3C7BA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 199 186 -
CMYK 0 0.06 0.12 0.17
HSL 31.2º 0.22% 0.78% -
HSV(B) 31.2º 0.12% 0.83% -
XYZ 56.15 58.24 54.74 -
YUV 201.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 211 199 186 0 0.06 0.12 0.17 31.2 0.22 0.78
Hex D3 C7 BA 0 6 C 11 1F 16 4E
Octal 323 307 272 0 6 14 21 37 26 116
Binary 11010011 11000111 10111010 0 110 1100 10001 11111 10110 1001110

Color Harmonies of #D3C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C7BA

Black with #D3C7BA

Text Example


Text Example

White with #D3C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C7BA; }

 p { color: rgb(211,199,186); }

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

background-color css

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

 a { background-color: rgb(211,199,186); }

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

border-color css

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

 span { border-color: rgb(211,199,186); }

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