Html Css Color HEX #D5C8BA Stark White

📋 copy color: '#D5C8BA'

red 213 ◦ green 200 ◦ blue 186

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

Shades of Stark White #D5C8BA

Tints of Stark White #D5C8BA

RGB

 RED value IS 213 (83.59% from 255) = 35.56%

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

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

R = 35.56%
G = 33.39%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5C8BA (or 0xD5C8BA) is known color: Stark White. HEX triplet: D5, C8 and BA. RGB value is (213,200,186). Sum of RGB (Red+Green+Blue) = 213+200+186=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8BA is #2A3745. Grayscale: #CACACA. Windows color (decimal): -2766662 or 12241109. OLE color: 12241109.

HSL color Cylindrical-coordinate representation of color #D5C8BA: hue angle of 31.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C8BA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 186 -
CMYK 0 0.06 0.13 0.16
HSL 31.11º 0.24% 0.78% -
HSV(B) 31.11º 0.13% 0.84% -
XYZ 56.96 59 54.84 -
YUV 202.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 213 200 186 0 0.06 0.13 0.16 31.11 0.24 0.78
Hex D5 C8 BA 0 6 D 10 1F 18 4E
Octal 325 310 272 0 6 15 20 37 30 116
Binary 11010101 11001000 10111010 0 110 1101 10000 11111 11000 1001110

Color Harmonies of #D5C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8BA

Black with #D5C8BA

Text Example


Text Example

White with #D5C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8BA; }

 p { color: rgb(213,200,186); }

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

background-color css

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

 a { background-color: rgb(213,200,186); }

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

border-color css

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

 span { border-color: rgb(213,200,186); }

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