#AFDAD0

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

Shades of Scandal #AFDAD0

Tints of Scandal #AFDAD0

Color information

#AFDAD0 (or 0xAFDAD0) is unknown color: approx Scandal. HEX triplet: AF, DA and D0. RGB value is (175,218,208). Sum of RGB (Red+Green+Blue) = 175+218+208=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAD0 is #50252F. Grayscale: #CCCCCC. Windows color (decimal): -5252400 or 13687471. OLE color: 13687471.

HSL color Cylindrical-coordinate representation of color #AFDAD0: hue angle of 166.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAD0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB175218208-
CMYK0.2000.050.15
HSL166.05º36.75%77.06%-
HSV(B)166.05º19.72%85.49%-
XYZ54.1463.8169.14-
YUV204130.25107.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=29.12%
G=36.27%
B=34.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182080.2000.050.15166.0536.7577.06
HexAFDAD01405Fa6254d
Octal25733232024051724645115
Binary1010111111011010110100001010001011111101001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAD0; }

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

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

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

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

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

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

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

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