#AFDAD4

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

Shades of Scandal #AFDAD4

Tints of Scandal #AFDAD4

Color information

#AFDAD4 (or 0xAFDAD4) is unknown color: approx Scandal. HEX triplet: AF, DA and D4. RGB value is (175,218,212). Sum of RGB (Red+Green+Blue) = 175+218+212=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAD4 is #50252B. Grayscale: #CCCCCC. Windows color (decimal): -5252396 or 13949615. OLE color: 13949615.

HSL color Cylindrical-coordinate representation of color #AFDAD4: hue angle of 171.63º 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 #AFDAD4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB175218212-
CMYK0.2000.030.15
HSL171.63º36.75%77.06%-
HSV(B)171.63º19.72%85.49%-
XYZ54.6364.0171.76-
YUV204.46132.25106.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=28.93%
G=36.03%
B=35.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182120.2000.030.15171.6336.7577.06
HexAFDAD41403Fac254d
Octal25733232424031725445115
Binary101011111101101011010100101000111111101011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAD4; }

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

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

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

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

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

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

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

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