#AFD4CD

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

Shades of Scandal #AFD4CD

Tints of Scandal #AFD4CD

Color information

#AFD4CD (or 0xAFD4CD) is unknown color: approx Scandal. HEX triplet: AF, D4 and CD. RGB value is (175,212,205). Sum of RGB (Red+Green+Blue) = 175+212+205=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4CD is #502B32. Grayscale: #C8C8C8. Windows color (decimal): -5253939 or 13489327. OLE color: 13489327.

HSL color Cylindrical-coordinate representation of color #AFD4CD: hue angle of 168.65º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4CD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB175212205-
CMYK0.1700.030.17
HSL168.65º30.08%75.88%-
HSV(B)168.65º17.45%83.14%-
XYZ52.2460.6166.7-
YUV200.14130.74110.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=29.56%
G=35.81%
B=34.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752122050.1700.030.17168.6530.0875.88
HexAFD4CD110311a91e4c
Octal25732431521032125136114
Binary101011111101010011001101100010111000110101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4CD; }

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

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

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

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

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

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

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

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