#AFD8D1

Color #AFD8D1 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #AFD8D1

Tints of Scandal #AFD8D1

Color information

#AFD8D1 (or 0xAFD8D1) is unknown color: approx Scandal. HEX triplet: AF, D8 and D1. RGB value is (175,216,209). Sum of RGB (Red+Green+Blue) = 175+216+209=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8D1 is #50272E. Grayscale: #CACACA. Windows color (decimal): -5252911 or 13752495. OLE color: 13752495.

HSL color Cylindrical-coordinate representation of color #AFD8D1: hue angle of 169.76º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8D1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB175216209-
CMYK0.1900.030.15
HSL169.76º34.45%76.67%-
HSV(B)169.76º18.98%84.71%-
XYZ53.7462.8369.62-
YUV202.94131.42108.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=29.17%
G=36%
B=34.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752162090.1900.030.15169.7634.4576.67
HexAFD8D11303Faa224d
Octal25733032123031725242115
Binary101011111101100011010001100110111111101010101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8D1; }

 p { color: rgb(175,216,209); }

 H1.HeaderClassName
 {
   color: #AFD8D1;
 }
 .AnyTagClassName
 {
   color: #AFD8D1;
 }
</style>
background-color css

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

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

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

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

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

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