Html Css Color HEX #D0AFAB Oyster Pink

📋 copy color: '#D0AFAB'

red 208 ◦ green 175 ◦ blue 171

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

Shades of Oyster Pink #D0AFAB

Tints of Oyster Pink #D0AFAB

RGB

 RED value IS 208 (81.64% from 255) = 37.55%

 GREEN value IS 175 (68.75% from 255) = 31.59%

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

R = 37.55%
G = 31.59%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0AFAB (or 0xD0AFAB) is known color: Oyster Pink. HEX triplet: D0, AF and AB. RGB value is (208,175,171). Sum of RGB (Red+Green+Blue) = 208+175+171=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFAB is #2F5054. Grayscale: #B8B8B8. Windows color (decimal): -3100757 or 11251664. OLE color: 11251664.

HSL color Cylindrical-coordinate representation of color #D0AFAB: hue angle of 6.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AFAB is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 171 -
CMYK 0 0.16 0.18 0.18
HSL 6.49º 0.28% 0.74% -
HSV(B) 6.49º 0.18% 0.82% -
XYZ 48.69 47.01 45.04 -
YUV 184.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 208 175 171 0 0.16 0.18 0.18 6.49 0.28 0.74
Hex D0 AF AB 0 10 12 12 6 1C 4A
Octal 320 257 253 0 20 22 22 6 34 112
Binary 11010000 10101111 10101011 0 10000 10010 10010 110 11100 1001010

Color Harmonies of #D0AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFAB

Black with #D0AFAB

Text Example


Text Example

White with #D0AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFAB; }

 p { color: rgb(208,175,171); }

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

background-color css

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

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

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

border-color css

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

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

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