Html Css Color HEX #DDBCB1 Wafer

📋 copy color: '#DDBCB1'

red 221 ◦ green 188 ◦ blue 177

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

Shades of Wafer #DDBCB1

Tints of Wafer #DDBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 37.71%
G = 32.08%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDBCB1 (or 0xDDBCB1) is known color: Wafer. HEX triplet: DD, BC and B1. RGB value is (221,188,177). Sum of RGB (Red+Green+Blue) = 221+188+177=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCB1 is #22434E. Grayscale: #C4C4C4. Windows color (decimal): -2245455 or 11648221. OLE color: 11648221.

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

Color convert

RGB 221 188 177 -
CMYK 0 0.15 0.20 0.13
HSL 15º 0.39% 0.78% -
HSV(B) 15º 0.2% 0.87% -
XYZ 55.74 54.51 49.18 -
YUV 196.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 221 188 177 0 0.15 0.20 0.13 15 0.39 0.78
Hex DD BC B1 0 F 14 D F 27 4E
Octal 335 274 261 0 17 24 15 17 47 116
Binary 11011101 10111100 10110001 0 1111 10100 1101 1111 100111 1001110

Color Harmonies of #DDBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCB1

Black with #DDBCB1

Text Example


Text Example

White with #DDBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCB1; }

 p { color: rgb(221,188,177); }

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

background-color css

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

 a { background-color: rgb(221,188,177); }

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

border-color css

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

 span { border-color: rgb(221,188,177); }

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