Html Css Color HEX #AFCDC8 Scandal

📋 copy color: '#AFCDC8'

red 175 ◦ green 205 ◦ blue 200

#AFCDC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #AFCDC8

Tints of Scandal #AFCDC8

RGB

 RED value IS 175 (68.75% from 255) = 30.17%

 GREEN value IS 205 (80.47% from 255) = 35.34%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 30.17%
G = 35.34%
B = 34.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#AFCDC8 (or 0xAFCDC8) is known color: Scandal. HEX triplet: AF, CD and C8. RGB value is (175,205,200). Sum of RGB (Red+Green+Blue) = 175+205+200=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC8 is #503237. Grayscale: #C3C3C3. Windows color (decimal): -5255736 or 13159855. OLE color: 13159855.

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

Color convert

RGB 175 205 200 -
CMYK 0.15 0 0.02 0.20
HSL 170º 0.23% 0.75% -
HSV(B) 170º 0.15% 0.8% -
XYZ 49.94 56.95 63 -
YUV 195.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 175 205 200 0.15 0 0.02 0.20 170 0.23 0.75
Hex AF CD C8 F 0 2 14 AA 17 4B
Octal 257 315 310 17 0 2 24 252 27 113
Binary 10101111 11001101 11001000 1111 0 10 10100 10101010 10111 1001011

Color Harmonies of #AFCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDC8

Black with #AFCDC8

Text Example


Text Example

White with #AFCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDC8; }

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

 H1.HeaderClassName
 {
   color: #AFCDC8;
 }
 .AnyTagClassName
 {
   color: #AFCDC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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