Html Css Color HEX #DDBEB3 Wafer

📋 copy color: '#DDBEB3'

red 221 ◦ green 190 ◦ blue 179

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

Shades of Wafer #DDBEB3

Tints of Wafer #DDBEB3

RGB

 RED value IS 221 (86.72% from 255) = 37.46%

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

 BLUE value IS 179 (70.31% from 255) = 30.34%

R = 37.46%
G = 32.2%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDBEB3 (or 0xDDBEB3) is known color: Wafer. HEX triplet: DD, BE and B3. RGB value is (221,190,179). Sum of RGB (Red+Green+Blue) = 221+190+179=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB3 is #22414C. Grayscale: #C6C6C6. Windows color (decimal): -2244941 or 11779805. OLE color: 11779805.

HSL color Cylindrical-coordinate representation of color #DDBEB3: hue angle of 15.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 179 -
CMYK 0 0.14 0.19 0.13
HSL 15.71º 0.38% 0.78% -
HSV(B) 15.71º 0.19% 0.87% -
XYZ 56.37 55.45 50.38 -
YUV 198.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 221 190 179 0 0.14 0.19 0.13 15.71 0.38 0.78
Hex DD BE B3 0 E 13 D 10 26 4E
Octal 335 276 263 0 16 23 15 20 46 116
Binary 11011101 10111110 10110011 0 1110 10011 1101 10000 100110 1001110

Color Harmonies of #DDBEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEB3

Black with #DDBEB3

Text Example


Text Example

White with #DDBEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEB3; }

 p { color: rgb(221,190,179); }

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

background-color css

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

 a { background-color: rgb(221,190,179); }

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

border-color css

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

 span { border-color: rgb(221,190,179); }

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