Html Css Color HEX #D0C6BD Stark White

📋 copy color: '#D0C6BD'

red 208 ◦ green 198 ◦ blue 189

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

Shades of Stark White #D0C6BD

Tints of Stark White #D0C6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.76%

R = 34.96%
G = 33.28%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0C6BD (or 0xD0C6BD) is known color: Stark White. HEX triplet: D0, C6 and BD. RGB value is (208,198,189). Sum of RGB (Red+Green+Blue) = 208+198+189=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C6BD is #2F3942. Grayscale: #C8C8C8. Windows color (decimal): -3094851 or 12437200. OLE color: 12437200.

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

Color convert

RGB 208 198 189 -
CMYK 0 0.05 0.09 0.18
HSL 28.42º 0.17% 0.78% -
HSV(B) 28.42º 0.09% 0.82% -
XYZ 55.39 57.47 56.32 -
YUV 199.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 208 198 189 0 0.05 0.09 0.18 28.42 0.17 0.78
Hex D0 C6 BD 0 5 9 12 1C 11 4E
Octal 320 306 275 0 5 11 22 34 21 116
Binary 11010000 11000110 10111101 0 101 1001 10010 11100 10001 1001110

Color Harmonies of #D0C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6BD

Black with #D0C6BD

Text Example


Text Example

White with #D0C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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