Html Css Color HEX #D0C5BD Stark White

📋 copy color: '#D0C5BD'

red 208 ◦ green 197 ◦ blue 189

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

Shades of Stark White #D0C5BD

Tints of Stark White #D0C5BD

RGB

 RED value IS 208 (81.64% from 255) = 35.02%

 GREEN value IS 197 (77.34% from 255) = 33.16%

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

R = 35.02%
G = 33.16%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0C5BD (or 0xD0C5BD) is known color: Stark White. HEX triplet: D0, C5 and BD. RGB value is (208,197,189). Sum of RGB (Red+Green+Blue) = 208+197+189=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5BD is #2F3A42. Grayscale: #C7C7C7. Windows color (decimal): -3095107 or 12436944. OLE color: 12436944.

HSL color Cylindrical-coordinate representation of color #D0C5BD: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C5BD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 189 -
CMYK 0 0.05 0.09 0.18
HSL 25.26º 0.17% 0.78% -
HSV(B) 25.26º 0.09% 0.82% -
XYZ 55.16 57.02 56.24 -
YUV 199.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 208 197 189 0 0.05 0.09 0.18 25.26 0.17 0.78
Hex D0 C5 BD 0 5 9 12 19 11 4E
Octal 320 305 275 0 5 11 22 31 21 116
Binary 11010000 11000101 10111101 0 101 1001 10010 11001 10001 1001110

Color Harmonies of #D0C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C5BD

Black with #D0C5BD

Text Example


Text Example

White with #D0C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C5BD; }

 p { color: rgb(208,197,189); }

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

background-color css

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

 a { background-color: rgb(208,197,189); }

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

border-color css

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

 span { border-color: rgb(208,197,189); }

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