Html Css Color HEX #D0BEB6 Wafer

📋 copy color: '#D0BEB6'

red 208 ◦ green 190 ◦ blue 182

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

Shades of Wafer #D0BEB6

Tints of Wafer #D0BEB6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 182 (71.48% from 255) = 31.38%

R = 35.86%
G = 32.76%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D0BEB6 (or 0xD0BEB6) is known color: Wafer. HEX triplet: D0, BE and B6. RGB value is (208,190,182). Sum of RGB (Red+Green+Blue) = 208+190+182=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEB6 is #2F4149. Grayscale: #C2C2C2. Windows color (decimal): -3096906 or 11976400. OLE color: 11976400.

HSL color Cylindrical-coordinate representation of color #D0BEB6: hue angle of 18.46º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BEB6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 182 -
CMYK 0 0.09 0.12 0.18
HSL 18.46º 0.22% 0.76% -
HSV(B) 18.46º 0.13% 0.82% -
XYZ 52.87 53.61 51.82 -
YUV 194.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 208 190 182 0 0.09 0.12 0.18 18.46 0.22 0.76
Hex D0 BE B6 0 9 C 12 12 16 4C
Octal 320 276 266 0 11 14 22 22 26 114
Binary 11010000 10111110 10110110 0 1001 1100 10010 10010 10110 1001100

Color Harmonies of #D0BEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BEB6

Black with #D0BEB6

Text Example


Text Example

White with #D0BEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BEB6; }

 p { color: rgb(208,190,182); }

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

background-color css

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

 a { background-color: rgb(208,190,182); }

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

border-color css

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

 span { border-color: rgb(208,190,182); }

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