#AFDDD5

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

Shades of Scandal #AFDDD5

Tints of Scandal #AFDDD5

Color information

#AFDDD5 (or 0xAFDDD5) is unknown color: approx Scandal. HEX triplet: AF, DD and D5. RGB value is (175,221,213). Sum of RGB (Red+Green+Blue) = 175+221+213=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD5 is #50222A. Grayscale: #CECECE. Windows color (decimal): -5251627 or 14015919. OLE color: 14015919.

HSL color Cylindrical-coordinate representation of color #AFDDD5: hue angle of 169.57º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDD5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB175221213-
CMYK0.2100.040.13
HSL169.57º40.35%77.65%-
HSV(B)169.57º20.81%86.67%-
XYZ55.5565.6372.69-
YUV206.33131.76105.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=28.74%
G=36.29%
B=34.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212130.2100.040.13169.5740.3577.65
HexAFDDD51504Daa284e
Octal25733532525041525250116
Binary1010111111011101110101011010101001101101010101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDD5; }

 p { color: rgb(175,221,213); }

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

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

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

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

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

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

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