#AFD5CD

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

Shades of Scandal #AFD5CD

Tints of Scandal #AFD5CD

Color information

#AFD5CD (or 0xAFD5CD) is unknown color: approx Scandal. HEX triplet: AF, D5 and CD. RGB value is (175,213,205). Sum of RGB (Red+Green+Blue) = 175+213+205=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5CD is #502A32. Grayscale: #C8C8C8. Windows color (decimal): -5253683 or 13489583. OLE color: 13489583.

HSL color Cylindrical-coordinate representation of color #AFD5CD: hue angle of 167.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD5CD is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB175213205-
CMYK0.1800.040.16
HSL167.37º31.15%76.08%-
HSV(B)167.37º17.84%83.53%-
XYZ52.4961.1166.79-
YUV200.73130.41109.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=29.51%
G=35.92%
B=34.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752132050.1800.040.16167.3731.1576.08
HexAFD5CD120410a71f4c
Octal25732531522042024737114
Binary1010111111010101110011011001001001000010100111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5CD; }

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

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

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

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

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

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

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

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