#AFDDD8

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

Shades of Scandal #AFDDD8

Tints of Scandal #AFDDD8

Color information

#AFDDD8 (or 0xAFDDD8) is unknown color: approx Scandal. HEX triplet: AF, DD and D8. RGB value is (175,221,216). Sum of RGB (Red+Green+Blue) = 175+221+216=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD8 is #502227. Grayscale: #CECECE. Windows color (decimal): -5251624 or 14212527. OLE color: 14212527.

HSL color Cylindrical-coordinate representation of color #AFDDD8: hue angle of 173.48º 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 #AFDDD8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB175221216-
CMYK0.2100.020.13
HSL173.48º40.35%77.65%-
HSV(B)173.48º20.81%86.67%-
XYZ55.9365.7874.72-
YUV206.68133.26105.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 216 (84.77% from 255) = 35.29%
R=28.59%
G=36.11%
B=35.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212160.2100.020.13173.4840.3577.65
HexAFDDD81502Dad284e
Octal25733533025021525550116
Binary101011111101110111011000101010101101101011011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDD8; }

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

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

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

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

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

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

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

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