#AFDACD

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

Shades of Scandal #AFDACD

Tints of Scandal #AFDACD

Color information

#AFDACD (or 0xAFDACD) is unknown color: approx Scandal. HEX triplet: AF, DA and CD. RGB value is (175,218,205). Sum of RGB (Red+Green+Blue) = 175+218+205=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDACD is #502532. Grayscale: #CBCBCB. Windows color (decimal): -5252403 or 13490863. OLE color: 13490863.

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

Color convert

RGB175218205-
CMYK0.2000.060.15
HSL161.86º36.75%77.06%-
HSV(B)161.86º19.72%85.49%-
XYZ53.7763.6667.21-
YUV203.66128.75107.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=29.26%
G=36.45%
B=34.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182050.2000.060.15161.8636.7577.06
HexAFDACD1406Fa2254d
Octal25733231524061724245115
Binary1010111111011010110011011010001101111101000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDACD; }

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

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

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

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

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

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

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

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