Html Css Color HEX #DDBBAF Wafer

📋 copy color: '#DDBBAF'

red 221 ◦ green 187 ◦ blue 175

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

Shades of Wafer #DDBBAF

Tints of Wafer #DDBBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.08%

 BLUE value IS 175 (68.75% from 255) = 30.02%

R = 37.91%
G = 32.08%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDBBAF (or 0xDDBBAF) is known color: Wafer. HEX triplet: DD, BB and AF. RGB value is (221,187,175). Sum of RGB (Red+Green+Blue) = 221+187+175=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAF is #224450. Grayscale: #C3C3C3. Windows color (decimal): -2245713 or 11516893. OLE color: 11516893.

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

Color convert

RGB 221 187 175 -
CMYK 0 0.15 0.21 0.13
HSL 15.65º 0.4% 0.78% -
HSV(B) 15.65º 0.21% 0.87% -
XYZ 55.33 54.01 48.07 -
YUV 195.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 221 187 175 0 0.15 0.21 0.13 15.65 0.4 0.78
Hex DD BB AF 0 F 15 D 10 28 4E
Octal 335 273 257 0 17 25 15 20 50 116
Binary 11011101 10111011 10101111 0 1111 10101 1101 10000 101000 1001110

Color Harmonies of #DDBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBAF

Black with #DDBBAF

Text Example


Text Example

White with #DDBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBAF; }

 p { color: rgb(221,187,175); }

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

background-color css

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

 a { background-color: rgb(221,187,175); }

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

border-color css

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

 span { border-color: rgb(221,187,175); }

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