Html Css Color HEX #D5C9BB Stark White

📋 copy color: '#D5C9BB'

red 213 ◦ green 201 ◦ blue 187

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

Shades of Stark White #D5C9BB

Tints of Stark White #D5C9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 35.44%
G = 33.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5C9BB (or 0xD5C9BB) is known color: Stark White. HEX triplet: D5, C9 and BB. RGB value is (213,201,187). Sum of RGB (Red+Green+Blue) = 213+201+187=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9BB is #2A3644. Grayscale: #CBCBCB. Windows color (decimal): -2766405 or 12306901. OLE color: 12306901.

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

Color convert

RGB 213 201 187 -
CMYK 0 0.06 0.12 0.16
HSL 32.31º 0.24% 0.78% -
HSV(B) 32.31º 0.12% 0.84% -
XYZ 57.3 59.51 55.48 -
YUV 202.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 213 201 187 0 0.06 0.12 0.16 32.31 0.24 0.78
Hex D5 C9 BB 0 6 C 10 20 18 4E
Octal 325 311 273 0 6 14 20 40 30 116
Binary 11010101 11001001 10111011 0 110 1100 10000 100000 11000 1001110

Color Harmonies of #D5C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9BB

Black with #D5C9BB

Text Example


Text Example

White with #D5C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9BB; }

 p { color: rgb(213,201,187); }

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

background-color css

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

 a { background-color: rgb(213,201,187); }

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

border-color css

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

 span { border-color: rgb(213,201,187); }

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