Html Css Color HEX #D6C9BC Stark White

📋 copy color: '#D6C9BC'

red 214 ◦ green 201 ◦ blue 188

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

Shades of Stark White #D6C9BC

Tints of Stark White #D6C9BC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 35.49%
G = 33.33%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6C9BC (or 0xD6C9BC) is known color: Stark White. HEX triplet: D6, C9 and BC. RGB value is (214,201,188). Sum of RGB (Red+Green+Blue) = 214+201+188=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9BC is #293643. Grayscale: #CBCBCB. Windows color (decimal): -2700868 or 12372438. OLE color: 12372438.

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

Color convert

RGB 214 201 188 -
CMYK 0 0.06 0.12 0.16
HSL 30º 0.24% 0.79% -
HSV(B) 30º 0.12% 0.84% -
XYZ 57.7 59.7 56.06 -
YUV 203.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 214 201 188 0 0.06 0.12 0.16 30 0.24 0.79
Hex D6 C9 BC 0 6 C 10 1E 18 4F
Octal 326 311 274 0 6 14 20 36 30 117
Binary 11010110 11001001 10111100 0 110 1100 10000 11110 11000 1001111

Color Harmonies of #D6C9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9BC

Black with #D6C9BC

Text Example


Text Example

White with #D6C9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9BC; }

 p { color: rgb(214,201,188); }

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

background-color css

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

 a { background-color: rgb(214,201,188); }

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

border-color css

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

 span { border-color: rgb(214,201,188); }

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