#AFDDD4

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

Shades of Scandal #AFDDD4

Tints of Scandal #AFDDD4

Color information

#AFDDD4 (or 0xAFDDD4) is unknown color: approx Scandal. HEX triplet: AF, DD and D4. RGB value is (175,221,212). Sum of RGB (Red+Green+Blue) = 175+221+212=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD4 is #50222B. Grayscale: #CECECE. Windows color (decimal): -5251628 or 13950383. OLE color: 13950383.

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

Color convert

RGB175221212-
CMYK0.2100.040.13
HSL168.26º40.35%77.65%-
HSV(B)168.26º20.81%86.67%-
XYZ55.4265.5872.02-
YUV206.22131.26105.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=28.78%
G=36.35%
B=34.87%

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
Decimal1752212120.2100.040.13168.2640.3577.65
HexAFDDD41504Da8284e
Octal25733532425041525050116
Binary1010111111011101110101001010101001101101010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDD4; }

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

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

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

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

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

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

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

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