Html Css Color HEX #D0C4BA Stark White

📋 copy color: '#D0C4BA'

red 208 ◦ green 196 ◦ blue 186

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

Shades of Stark White #D0C4BA

Tints of Stark White #D0C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 35.25%
G = 33.22%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0C4BA (or 0xD0C4BA) is known color: Stark White. HEX triplet: D0, C4 and BA. RGB value is (208,196,186). Sum of RGB (Red+Green+Blue) = 208+196+186=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BA is #2F3B45. Grayscale: #C6C6C6. Windows color (decimal): -3095366 or 12240080. OLE color: 12240080.

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

Color convert

RGB 208 196 186 -
CMYK 0 0.06 0.11 0.18
HSL 27.27º 0.19% 0.77% -
HSV(B) 27.27º 0.11% 0.82% -
XYZ 54.62 56.43 54.47 -
YUV 198.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 208 196 186 0 0.06 0.11 0.18 27.27 0.19 0.77
Hex D0 C4 BA 0 6 B 12 1B 13 4D
Octal 320 304 272 0 6 13 22 33 23 115
Binary 11010000 11000100 10111010 0 110 1011 10010 11011 10011 1001101

Color Harmonies of #D0C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C4BA

Black with #D0C4BA

Text Example


Text Example

White with #D0C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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