Html Css Color HEX #D5C2BB Wafer

📋 copy color: '#D5C2BB'

red 213 ◦ green 194 ◦ blue 187

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

Shades of Wafer #D5C2BB

Tints of Wafer #D5C2BB

RGB

 RED value IS 213 (83.59% from 255) = 35.86%

 GREEN value IS 194 (76.17% from 255) = 32.66%

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

R = 35.86%
G = 32.66%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5C2BB (or 0xD5C2BB) is known color: Wafer. HEX triplet: D5, C2 and BB. RGB value is (213,194,187). Sum of RGB (Red+Green+Blue) = 213+194+187=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2BB is #2A3D44. Grayscale: #C6C6C6. Windows color (decimal): -2768197 or 12305109. OLE color: 12305109.

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

Color convert

RGB 213 194 187 -
CMYK 0 0.09 0.12 0.16
HSL 16.15º 0.24% 0.78% -
HSV(B) 16.15º 0.12% 0.84% -
XYZ 55.7 56.32 54.95 -
YUV 198.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 213 194 187 0 0.09 0.12 0.16 16.15 0.24 0.78
Hex D5 C2 BB 0 9 C 10 10 18 4E
Octal 325 302 273 0 11 14 20 20 30 116
Binary 11010101 11000010 10111011 0 1001 1100 10000 10000 11000 1001110

Color Harmonies of #D5C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2BB

Black with #D5C2BB

Text Example


Text Example

White with #D5C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2BB; }

 p { color: rgb(213,194,187); }

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

background-color css

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

 a { background-color: rgb(213,194,187); }

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

border-color css

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

 span { border-color: rgb(213,194,187); }

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