Html Css Color HEX #D5C6BA Stark White

📋 copy color: '#D5C6BA'

red 213 ◦ green 198 ◦ blue 186

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

Shades of Stark White #D5C6BA

Tints of Stark White #D5C6BA

RGB

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

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

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

R = 35.68%
G = 33.17%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5C6BA (or 0xD5C6BA) is known color: Stark White. HEX triplet: D5, C6 and BA. RGB value is (213,198,186). Sum of RGB (Red+Green+Blue) = 213+198+186=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BA is #2A3945. Grayscale: #C9C9C9. Windows color (decimal): -2767174 or 12240597. OLE color: 12240597.

HSL color Cylindrical-coordinate representation of color #D5C6BA: hue angle of 26.67º 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 #D5C6BA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 186 -
CMYK 0 0.07 0.13 0.16
HSL 26.67º 0.24% 0.78% -
HSV(B) 26.67º 0.13% 0.84% -
XYZ 56.5 58.08 54.69 -
YUV 201.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 213 198 186 0 0.07 0.13 0.16 26.67 0.24 0.78
Hex D5 C6 BA 0 7 D 10 1B 18 4E
Octal 325 306 272 0 7 15 20 33 30 116
Binary 11010101 11000110 10111010 0 111 1101 10000 11011 11000 1001110

Color Harmonies of #D5C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6BA

Black with #D5C6BA

Text Example


Text Example

White with #D5C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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