Html Css Color HEX #D6C5BB Wafer

📋 copy color: '#D6C5BB'

red 214 ◦ green 197 ◦ blue 187

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

Shades of Wafer #D6C5BB

Tints of Wafer #D6C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.94%

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

R = 35.79%
G = 32.94%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6C5BB (or 0xD6C5BB) is known color: Wafer. HEX triplet: D6, C5 and BB. RGB value is (214,197,187). Sum of RGB (Red+Green+Blue) = 214+197+187=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5BB is #293A44. Grayscale: #C9C9C9. Windows color (decimal): -2701893 or 12305878. OLE color: 12305878.

HSL color Cylindrical-coordinate representation of color #D6C5BB: hue angle of 22.22º 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 #D6C5BB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 187 -
CMYK 0 0.08 0.13 0.16
HSL 22.22º 0.25% 0.79% -
HSV(B) 22.22º 0.13% 0.84% -
XYZ 56.67 57.82 55.19 -
YUV 200.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 214 197 187 0 0.08 0.13 0.16 22.22 0.25 0.79
Hex D6 C5 BB 0 8 D 10 16 19 4F
Octal 326 305 273 0 10 15 20 26 31 117
Binary 11010110 11000101 10111011 0 1000 1101 10000 10110 11001 1001111

Color Harmonies of #D6C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5BB

Black with #D6C5BB

Text Example


Text Example

White with #D6C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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