Html Css Color HEX #AFE0DC Scandal

📋 copy color: '#AFE0DC'

red 175 ◦ green 224 ◦ blue 220

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

Shades of Scandal #AFE0DC

Tints of Scandal #AFE0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 28.27%
G = 36.19%
B = 35.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#AFE0DC (or 0xAFE0DC) is known color: Scandal. HEX triplet: AF, E0 and DC. RGB value is (175,224,220). Sum of RGB (Red+Green+Blue) = 175+224+220=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DC is #501F23. Grayscale: #D0D0D0. Windows color (decimal): -5250852 or 14475439. OLE color: 14475439.

HSL color Cylindrical-coordinate representation of color #AFE0DC: hue angle of 175.1º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0DC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 220 -
CMYK 0.22 0 0.02 0.12
HSL 175.1º 0.44% 0.78% -
HSV(B) 175.1º 0.22% 0.88% -
XYZ 57.25 67.59 77.74 -
YUV 208.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 175 224 220 0.22 0 0.02 0.12 175.1 0.44 0.78
Hex AF E0 DC 16 0 2 C AF 2C 4E
Octal 257 340 334 26 0 2 14 257 54 116
Binary 10101111 11100000 11011100 10110 0 10 1100 10101111 101100 1001110

Color Harmonies of #AFE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0DC

Black with #AFE0DC

Text Example


Text Example

White with #AFE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0DC; }

 p { color: rgb(175,224,220); }

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

background-color css

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

 a { background-color: rgb(175,224,220); }

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

border-color css

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

 span { border-color: rgb(175,224,220); }

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