#AFCDC7

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

Shades of Scandal #AFCDC7

Tints of Scandal #AFCDC7

Color information

#AFCDC7 (or 0xAFCDC7) is unknown color: approx Scandal. HEX triplet: AF, CD and C7. RGB value is (175,205,199). Sum of RGB (Red+Green+Blue) = 175+205+199=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC7 is #503238. Grayscale: #C3C3C3. Windows color (decimal): -5255737 or 13094319. OLE color: 13094319.

HSL color Cylindrical-coordinate representation of color #AFCDC7: hue angle of 168º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDC7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB175205199-
CMYK0.1500.030.20
HSL168º23.08%74.51%-
HSV(B)168º14.63%80.39%-
XYZ49.8256.962.39-
YUV195.35130.06113.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=30.22%
G=35.41%
B=34.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051990.1500.030.2016823.0874.51
HexAFCDC7F0314a8174b
Octal25731530717032425027113
Binary10101111110011011100011111110111010010101000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDC7; }

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

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

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

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

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

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

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

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