Html Css Color HEX #DCBEB4 Wafer

📋 copy color: '#DCBEB4'

red 220 ◦ green 190 ◦ blue 180

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

Shades of Wafer #DCBEB4

Tints of Wafer #DCBEB4

RGB

 RED value IS 220 (86.33% from 255) = 37.29%

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

 BLUE value IS 180 (70.7% from 255) = 30.51%

R = 37.29%
G = 32.2%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCBEB4 (or 0xDCBEB4) is known color: Wafer. HEX triplet: DC, BE and B4. RGB value is (220,190,180). Sum of RGB (Red+Green+Blue) = 220+190+180=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB4 is #23414B. Grayscale: #C5C5C5. Windows color (decimal): -2310476 or 11845340. OLE color: 11845340.

HSL color Cylindrical-coordinate representation of color #DCBEB4: hue angle of 15º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBEB4 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 180 -
CMYK 0 0.14 0.18 0.14
HSL 15º 0.36% 0.78% -
HSV(B) 15º 0.18% 0.86% -
XYZ 56.17 55.34 50.9 -
YUV 197.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 220 190 180 0 0.14 0.18 0.14 15 0.36 0.78
Hex DC BE B4 0 E 12 E F 24 4E
Octal 334 276 264 0 16 22 16 17 44 116
Binary 11011100 10111110 10110100 0 1110 10010 1110 1111 100100 1001110

Color Harmonies of #DCBEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEB4

Black with #DCBEB4

Text Example


Text Example

White with #DCBEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEB4; }

 p { color: rgb(220,190,180); }

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

background-color css

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

 a { background-color: rgb(220,190,180); }

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

border-color css

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

 span { border-color: rgb(220,190,180); }

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