Html Css Color HEX #D6AFAF Oyster Pink

📋 copy color: '#D6AFAF'

red 214 ◦ green 175 ◦ blue 175

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

Shades of Oyster Pink #D6AFAF

Tints of Oyster Pink #D6AFAF

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

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

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 37.94%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6AFAF (or 0xD6AFAF) is known color: Oyster Pink. HEX triplet: D6, AF and AF. RGB value is (214,175,175). Sum of RGB (Red+Green+Blue) = 214+175+175=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAF is #295050. Grayscale: #BABABA. Windows color (decimal): -2707537 or 11513814. OLE color: 11513814.

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

Color convert

RGB 214 175 175 -
CMYK 0 0.18 0.18 0.16
HSL 0.32% 0.76% -
HSV(B) 0.18% 0.84% -
XYZ 50.8 48.05 47.15 -
YUV 186.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 214 175 175 0 0.18 0.18 0.16 0 0.32 0.76
Hex D6 AF AF 0 12 12 10 0 20 4C
Octal 326 257 257 0 22 22 20 0 40 114
Binary 11010110 10101111 10101111 0 10010 10010 10000 0 100000 1001100

Color Harmonies of #D6AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFAF

Black with #D6AFAF

Text Example


Text Example

White with #D6AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFAF; }

 p { color: rgb(214,175,175); }

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

background-color css

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

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

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

border-color css

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

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

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