Html Css Color HEX #D0C9BF Stark White

📋 copy color: '#D0C9BF'

red 208 ◦ green 201 ◦ blue 191

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

Shades of Stark White #D0C9BF

Tints of Stark White #D0C9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.83%

R = 34.67%
G = 33.5%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0C9BF (or 0xD0C9BF) is known color: Stark White. HEX triplet: D0, C9 and BF. RGB value is (208,201,191). Sum of RGB (Red+Green+Blue) = 208+201+191=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9BF is #2F3640. Grayscale: #C9C9C9. Windows color (decimal): -3094081 or 12569040. OLE color: 12569040.

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

Color convert

RGB 208 201 191 -
CMYK 0 0.03 0.08 0.18
HSL 35.29º 0.15% 0.78% -
HSV(B) 35.29º 0.08% 0.82% -
XYZ 56.3 58.94 57.7 -
YUV 201.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 208 201 191 0 0.03 0.08 0.18 35.29 0.15 0.78
Hex D0 C9 BF 0 3 8 12 23 F 4E
Octal 320 311 277 0 3 10 22 43 17 116
Binary 11010000 11001001 10111111 0 11 1000 10010 100011 1111 1001110

Color Harmonies of #D0C9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9BF

Black with #D0C9BF

Text Example


Text Example

White with #D0C9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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