Html Css Color HEX #D6C7BB Stark White

📋 copy color: '#D6C7BB'

red 214 ◦ green 199 ◦ blue 187

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

Shades of Stark White #D6C7BB

Tints of Stark White #D6C7BB

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

 GREEN value IS 199 (78.13% from 255) = 33.17%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 35.67%
G = 33.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6C7BB (or 0xD6C7BB) is known color: Stark White. HEX triplet: D6, C7 and BB. RGB value is (214,199,187). Sum of RGB (Red+Green+Blue) = 214+199+187=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7BB is #293844. Grayscale: #CACACA. Windows color (decimal): -2701381 or 12306390. OLE color: 12306390.

HSL color Cylindrical-coordinate representation of color #D6C7BB: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C7BB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 187 -
CMYK 0 0.07 0.13 0.16
HSL 26.67º 0.25% 0.79% -
HSV(B) 26.67º 0.13% 0.84% -
XYZ 57.12 58.73 55.34 -
YUV 202.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 214 199 187 0 0.07 0.13 0.16 26.67 0.25 0.79
Hex D6 C7 BB 0 7 D 10 1B 19 4F
Octal 326 307 273 0 7 15 20 33 31 117
Binary 11010110 11000111 10111011 0 111 1101 10000 11011 11001 1001111

Color Harmonies of #D6C7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7BB

Black with #D6C7BB

Text Example


Text Example

White with #D6C7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7BB; }

 p { color: rgb(214,199,187); }

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

background-color css

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

 a { background-color: rgb(214,199,187); }

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

border-color css

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

 span { border-color: rgb(214,199,187); }

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