Html Css Color HEX #DDBEB4 Wafer

📋 copy color: '#DDBEB4'

red 221 ◦ green 190 ◦ blue 180

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

Shades of Wafer #DDBEB4

Tints of Wafer #DDBEB4

RGB

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

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

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

R = 37.39%
G = 32.15%
B = 30.46%

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

#DDBEB4 (or 0xDDBEB4) is known color: Wafer. HEX triplet: DD, BE and B4. RGB value is (221,190,180). Sum of RGB (Red+Green+Blue) = 221+190+180=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB4 is #22414B. Grayscale: #C6C6C6. Windows color (decimal): -2244940 or 11845341. OLE color: 11845341.

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

Color convert

RGB 221 190 180 -
CMYK 0 0.14 0.19 0.13
HSL 14.63º 0.38% 0.79% -
HSV(B) 14.63º 0.19% 0.87% -
XYZ 56.47 55.49 50.92 -
YUV 198.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 221 190 180 0 0.14 0.19 0.13 14.63 0.38 0.79
Hex DD BE B4 0 E 13 D F 26 4F
Octal 335 276 264 0 16 23 15 17 46 117
Binary 11011101 10111110 10110100 0 1110 10011 1101 1111 100110 1001111

Color Harmonies of #DDBEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEB4

Black with #DDBEB4

Text Example


Text Example

White with #DDBEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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