Html Css Color HEX #D0C8BE Stark White

📋 copy color: '#D0C8BE'

red 208 ◦ green 200 ◦ blue 190

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

Shades of Stark White #D0C8BE

Tints of Stark White #D0C8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 34.78%
G = 33.44%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0C8BE (or 0xD0C8BE) is known color: Stark White. HEX triplet: D0, C8 and BE. RGB value is (208,200,190). Sum of RGB (Red+Green+Blue) = 208+200+190=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BE is #2F3741. Grayscale: #C9C9C9. Windows color (decimal): -3094338 or 12503248. OLE color: 12503248.

HSL color Cylindrical-coordinate representation of color #D0C8BE: hue angle of 33.33º degrees, saturation: 0.16, 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 #D0C8BE is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 190 -
CMYK 0 0.04 0.09 0.18
HSL 33.33º 0.16% 0.78% -
HSV(B) 33.33º 0.09% 0.82% -
XYZ 55.96 58.44 57.05 -
YUV 201.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 208 200 190 0 0.04 0.09 0.18 33.33 0.16 0.78
Hex D0 C8 BE 0 4 9 12 21 10 4E
Octal 320 310 276 0 4 11 22 41 20 116
Binary 11010000 11001000 10111110 0 100 1001 10010 100001 10000 1001110

Color Harmonies of #D0C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8BE

Black with #D0C8BE

Text Example


Text Example

White with #D0C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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