#AFDAD1

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

Shades of Scandal #AFDAD1

Tints of Scandal #AFDAD1

Color information

#AFDAD1 (or 0xAFDAD1) is unknown color: approx Scandal. HEX triplet: AF, DA and D1. RGB value is (175,218,209). Sum of RGB (Red+Green+Blue) = 175+218+209=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAD1 is #50252E. Grayscale: #CCCCCC. Windows color (decimal): -5252399 or 13753007. OLE color: 13753007.

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

Color convert

RGB175218209-
CMYK0.2000.040.15
HSL167.44º36.75%77.06%-
HSV(B)167.44º19.72%85.49%-
XYZ54.2663.8669.79-
YUV204.12130.75107.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=29.07%
G=36.21%
B=34.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182090.2000.040.15167.4436.7577.06
HexAFDAD11404Fa7254d
Octal25733232124041724745115
Binary1010111111011010110100011010001001111101001111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAD1; }

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

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

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

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

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

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

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

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