Html Css Color HEX #D4ABAB Oyster Pink

📋 copy color: '#D4ABAB'

red 212 ◦ green 171 ◦ blue 171

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

Shades of Oyster Pink #D4ABAB

Tints of Oyster Pink #D4ABAB

RGB

 RED value IS 212 (83.2% from 255) = 38.27%

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

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

R = 38.27%
G = 30.87%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D4ABAB (or 0xD4ABAB) is known color: Oyster Pink. HEX triplet: D4, AB and AB. RGB value is (212,171,171). Sum of RGB (Red+Green+Blue) = 212+171+171=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABAB is #2B5454. Grayscale: #B7B7B7. Windows color (decimal): -2839637 or 11250644. OLE color: 11250644.

HSL color Cylindrical-coordinate representation of color #D4ABAB: hue angle of 0º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABAB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 171 -
CMYK 0 0.19 0.19 0.17
HSL 0.32% 0.75% -
HSV(B) 0.19% 0.83% -
XYZ 49.06 46.06 44.83 -
YUV 183.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 212 171 171 0 0.19 0.19 0.17 0 0.32 0.75
Hex D4 AB AB 0 13 13 11 0 20 4B
Octal 324 253 253 0 23 23 21 0 40 113
Binary 11010100 10101011 10101011 0 10011 10011 10001 0 100000 1001011

Color Harmonies of #D4ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABAB

Black with #D4ABAB

Text Example


Text Example

White with #D4ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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