Html Css Color HEX #DDABAB Oyster Pink

📋 copy color: '#DDABAB'

red 221 ◦ green 171 ◦ blue 171

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

Shades of Oyster Pink #DDABAB

Tints of Oyster Pink #DDABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.37%

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 39.25%
G = 30.37%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDABAB (or 0xDDABAB) is known color: Oyster Pink. HEX triplet: DD, AB and AB. RGB value is (221,171,171). Sum of RGB (Red+Green+Blue) = 221+171+171=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAB is #225454. Grayscale: #BABABA. Windows color (decimal): -2249813 or 11250653. OLE color: 11250653.

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

Color convert

RGB 221 171 171 -
CMYK 0 0.23 0.23 0.13
HSL 0.42% 0.77% -
HSV(B) 0.23% 0.87% -
XYZ 51.73 47.44 44.96 -
YUV 185.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 221 171 171 0 0.23 0.23 0.13 0 0.42 0.77
Hex DD AB AB 0 17 17 D 0 2A 4D
Octal 335 253 253 0 27 27 15 0 52 115
Binary 11011101 10101011 10101011 0 10111 10111 1101 0 101010 1001101

Color Harmonies of #DDABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABAB

Black with #DDABAB

Text Example


Text Example

White with #DDABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABAB; }

 p { color: rgb(221,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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