Html Css Color HEX #DDBAAD Wafer

📋 copy color: '#DDBAAD'

red 221 ◦ green 186 ◦ blue 173

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

Shades of Wafer #DDBAAD

Tints of Wafer #DDBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 38.1%
G = 32.07%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDBAAD (or 0xDDBAAD) is known color: Wafer. HEX triplet: DD, BA and AD. RGB value is (221,186,173). Sum of RGB (Red+Green+Blue) = 221+186+173=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAAD is #224552. Grayscale: #C3C3C3. Windows color (decimal): -2245971 or 11385565. OLE color: 11385565.

HSL color Cylindrical-coordinate representation of color #DDBAAD: hue angle of 16.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBAAD is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 173 -
CMYK 0 0.16 0.22 0.13
HSL 16.25º 0.41% 0.77% -
HSV(B) 16.25º 0.22% 0.87% -
XYZ 54.92 53.51 46.97 -
YUV 194.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 221 186 173 0 0.16 0.22 0.13 16.25 0.41 0.77
Hex DD BA AD 0 10 16 D 10 29 4D
Octal 335 272 255 0 20 26 15 20 51 115
Binary 11011101 10111010 10101101 0 10000 10110 1101 10000 101001 1001101

Color Harmonies of #DDBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAAD

Black with #DDBAAD

Text Example


Text Example

White with #DDBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAAD; }

 p { color: rgb(221,186,173); }

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

background-color css

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

 a { background-color: rgb(221,186,173); }

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

border-color css

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

 span { border-color: rgb(221,186,173); }

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