Html Css Color HEX #DDBEB2 Wafer

📋 copy color: '#DDBEB2'

red 221 ◦ green 190 ◦ blue 178

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

Shades of Wafer #DDBEB2

Tints of Wafer #DDBEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 37.52%
G = 32.26%
B = 30.22%

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

#DDBEB2 (or 0xDDBEB2) is known color: Wafer. HEX triplet: DD, BE and B2. RGB value is (221,190,178). Sum of RGB (Red+Green+Blue) = 221+190+178=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEB2 is #22414D. Grayscale: #C5C5C5. Windows color (decimal): -2244942 or 11714269. OLE color: 11714269.

HSL color Cylindrical-coordinate representation of color #DDBEB2: hue angle of 16.74º degrees, saturation: 0.39, 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 #DDBEB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 178 -
CMYK 0 0.14 0.19 0.13
HSL 16.74º 0.39% 0.78% -
HSV(B) 16.74º 0.19% 0.87% -
XYZ 56.27 55.41 49.85 -
YUV 197.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 221 190 178 0 0.14 0.19 0.13 16.74 0.39 0.78
Hex DD BE B2 0 E 13 D 11 27 4E
Octal 335 276 262 0 16 23 15 21 47 116
Binary 11011101 10111110 10110010 0 1110 10011 1101 10001 100111 1001110

Color Harmonies of #DDBEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEB2

Black with #DDBEB2

Text Example


Text Example

White with #DDBEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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