Html Css Color HEX #DDAEAA Oyster Pink

📋 copy color: '#DDAEAA'

red 221 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #DDAEAA

Tints of Oyster Pink #DDAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

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

R = 39.12%
G = 30.8%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDAEAA (or 0xDDAEAA) is known color: Oyster Pink. HEX triplet: DD, AE and AA. RGB value is (221,174,170). Sum of RGB (Red+Green+Blue) = 221+174+170=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAA is #225155. Grayscale: #BBBBBB. Windows color (decimal): -2249046 or 11185885. OLE color: 11185885.

HSL color Cylindrical-coordinate representation of color #DDAEAA: hue angle of 4.71º 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 #DDAEAA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 170 -
CMYK 0 0.21 0.23 0.13
HSL 4.71º 0.43% 0.77% -
HSV(B) 4.71º 0.23% 0.87% -
XYZ 52.21 48.55 44.65 -
YUV 187.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 221 174 170 0 0.21 0.23 0.13 4.71 0.43 0.77
Hex DD AE AA 0 15 17 D 5 2B 4D
Octal 335 256 252 0 25 27 15 5 53 115
Binary 11011101 10101110 10101010 0 10101 10111 1101 101 101011 1001101

Color Harmonies of #DDAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEAA

Black with #DDAEAA

Text Example


Text Example

White with #DDAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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