Html Css Color HEX #DDACAA Oyster Pink

📋 copy color: '#DDACAA'

red 221 ◦ green 172 ◦ blue 170

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

Shades of Oyster Pink #DDACAA

Tints of Oyster Pink #DDACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

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

R = 39.25%
G = 30.55%
B = 30.2%

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

#DDACAA (or 0xDDACAA) is known color: Oyster Pink. HEX triplet: DD, AC and AA. RGB value is (221,172,170). Sum of RGB (Red+Green+Blue) = 221+172+170=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAA is #225355. Grayscale: #BABABA. Windows color (decimal): -2249558 or 11185373. OLE color: 11185373.

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

Color convert

RGB 221 172 170 -
CMYK 0 0.22 0.23 0.13
HSL 2.35º 0.43% 0.77% -
HSV(B) 2.35º 0.23% 0.87% -
XYZ 51.83 47.78 44.52 -
YUV 186.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 221 172 170 0 0.22 0.23 0.13 2.35 0.43 0.77
Hex DD AC AA 0 16 17 D 2 2B 4D
Octal 335 254 252 0 26 27 15 2 53 115
Binary 11011101 10101100 10101010 0 10110 10111 1101 10 101011 1001101

Color Harmonies of #DDACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACAA

Black with #DDACAA

Text Example


Text Example

White with #DDACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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