Html Css Color HEX #DDADAA Oyster Pink

📋 copy color: '#DDADAA'

red 221 ◦ green 173 ◦ blue 170

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

Shades of Oyster Pink #DDADAA

Tints of Oyster Pink #DDADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 39.18%
G = 30.67%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDADAA (or 0xDDADAA) is known color: Oyster Pink. HEX triplet: DD, AD and AA. RGB value is (221,173,170). Sum of RGB (Red+Green+Blue) = 221+173+170=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAA is #225255. Grayscale: #BBBBBB. Windows color (decimal): -2249302 or 11185629. OLE color: 11185629.

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

Color convert

RGB 221 173 170 -
CMYK 0 0.22 0.23 0.13
HSL 3.53º 0.43% 0.77% -
HSV(B) 3.53º 0.23% 0.87% -
XYZ 52.02 48.16 44.58 -
YUV 187.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 221 173 170 0 0.22 0.23 0.13 3.53 0.43 0.77
Hex DD AD AA 0 16 17 D 4 2B 4D
Octal 335 255 252 0 26 27 15 4 53 115
Binary 11011101 10101101 10101010 0 10110 10111 1101 100 101011 1001101

Color Harmonies of #DDADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADAA

Black with #DDADAA

Text Example


Text Example

White with #DDADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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