Html Css Color HEX #D0C9BB Stark White

📋 copy color: '#D0C9BB'

red 208 ◦ green 201 ◦ blue 187

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

Shades of Stark White #D0C9BB

Tints of Stark White #D0C9BB

RGB

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

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

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

R = 34.9%
G = 33.72%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0C9BB (or 0xD0C9BB) is known color: Stark White. HEX triplet: D0, C9 and BB. RGB value is (208,201,187). Sum of RGB (Red+Green+Blue) = 208+201+187=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9BB is #2F3644. Grayscale: #C9C9C9. Windows color (decimal): -3094085 or 12306896. OLE color: 12306896.

HSL color Cylindrical-coordinate representation of color #D0C9BB: hue angle of 40º 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 #D0C9BB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 187 -
CMYK 0 0.03 0.10 0.18
HSL 40º 0.18% 0.77% -
HSV(B) 40º 0.1% 0.82% -
XYZ 55.87 58.77 55.41 -
YUV 201.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 208 201 187 0 0.03 0.10 0.18 40 0.18 0.77
Hex D0 C9 BB 0 3 A 12 28 12 4D
Octal 320 311 273 0 3 12 22 50 22 115
Binary 11010000 11001001 10111011 0 11 1010 10010 101000 10010 1001101

Color Harmonies of #D0C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9BB

Black with #D0C9BB

Text Example


Text Example

White with #D0C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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