Html Css Color HEX #D0C8BB Stark White

📋 copy color: '#D0C8BB'

red 208 ◦ green 200 ◦ blue 187

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

Shades of Stark White #D0C8BB

Tints of Stark White #D0C8BB

RGB

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

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

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

R = 34.96%
G = 33.61%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0C8BB (or 0xD0C8BB) is known color: Stark White. HEX triplet: D0, C8 and BB. RGB value is (208,200,187). Sum of RGB (Red+Green+Blue) = 208+200+187=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BB is #2F3744. Grayscale: #C8C8C8. Windows color (decimal): -3094341 or 12306640. OLE color: 12306640.

HSL color Cylindrical-coordinate representation of color #D0C8BB: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C8BB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 187 -
CMYK 0 0.04 0.10 0.18
HSL 37.14º 0.18% 0.77% -
HSV(B) 37.14º 0.1% 0.82% -
XYZ 55.64 58.31 55.34 -
YUV 200.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 208 200 187 0 0.04 0.10 0.18 37.14 0.18 0.77
Hex D0 C8 BB 0 4 A 12 25 12 4D
Octal 320 310 273 0 4 12 22 45 22 115
Binary 11010000 11001000 10111011 0 100 1010 10010 100101 10010 1001101

Color Harmonies of #D0C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8BB

Black with #D0C8BB

Text Example


Text Example

White with #D0C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8BB; }

 p { color: rgb(208,200,187); }

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

background-color css

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

 a { background-color: rgb(208,200,187); }

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

border-color css

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

 span { border-color: rgb(208,200,187); }

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