Html Css Color HEX #DDBDB0 Wafer

📋 copy color: '#DDBDB0'

red 221 ◦ green 189 ◦ blue 176

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

Shades of Wafer #DDBDB0

Tints of Wafer #DDBDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 37.71%
G = 32.25%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDBDB0 (or 0xDDBDB0) is known color: Wafer. HEX triplet: DD, BD and B0. RGB value is (221,189,176). Sum of RGB (Red+Green+Blue) = 221+189+176=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDB0 is #22424F. Grayscale: #C5C5C5. Windows color (decimal): -2245200 or 11582941. OLE color: 11582941.

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

Color convert

RGB 221 189 176 -
CMYK 0 0.14 0.20 0.13
HSL 17.33º 0.4% 0.78% -
HSV(B) 17.33º 0.2% 0.87% -
XYZ 55.85 54.9 48.73 -
YUV 197.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 221 189 176 0 0.14 0.20 0.13 17.33 0.4 0.78
Hex DD BD B0 0 E 14 D 11 28 4E
Octal 335 275 260 0 16 24 15 21 50 116
Binary 11011101 10111101 10110000 0 1110 10100 1101 10001 101000 1001110

Color Harmonies of #DDBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDB0

Black with #DDBDB0

Text Example


Text Example

White with #DDBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDB0; }

 p { color: rgb(221,189,176); }

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

background-color css

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

 a { background-color: rgb(221,189,176); }

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

border-color css

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

 span { border-color: rgb(221,189,176); }

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