Html Css Color HEX #D0C6BA Stark White

📋 copy color: '#D0C6BA'

red 208 ◦ green 198 ◦ blue 186

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

Shades of Stark White #D0C6BA

Tints of Stark White #D0C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 35.14%
G = 33.45%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0C6BA (or 0xD0C6BA) is known color: Stark White. HEX triplet: D0, C6 and BA. RGB value is (208,198,186). Sum of RGB (Red+Green+Blue) = 208+198+186=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C6BA is #2F3945. Grayscale: #C7C7C7. Windows color (decimal): -3094854 or 12240592. OLE color: 12240592.

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

Color convert

RGB 208 198 186 -
CMYK 0 0.05 0.11 0.18
HSL 32.73º 0.19% 0.77% -
HSV(B) 32.73º 0.11% 0.82% -
XYZ 55.07 57.34 54.62 -
YUV 199.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 208 198 186 0 0.05 0.11 0.18 32.73 0.19 0.77
Hex D0 C6 BA 0 5 B 12 21 13 4D
Octal 320 306 272 0 5 13 22 41 23 115
Binary 11010000 11000110 10111010 0 101 1011 10010 100001 10011 1001101

Color Harmonies of #D0C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6BA

Black with #D0C6BA

Text Example


Text Example

White with #D0C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6BA; }

 p { color: rgb(208,198,186); }

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

background-color css

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

 a { background-color: rgb(208,198,186); }

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

border-color css

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

 span { border-color: rgb(208,198,186); }

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