Html Css Color HEX #AFDCD6 Scandal

📋 copy color: '#AFDCD6'

red 175 ◦ green 220 ◦ blue 214

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

Shades of Scandal #AFDCD6

Tints of Scandal #AFDCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 28.74%
G = 36.12%
B = 35.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#AFDCD6 (or 0xAFDCD6) is known color: Scandal. HEX triplet: AF, DC and D6. RGB value is (175,220,214). Sum of RGB (Red+Green+Blue) = 175+220+214=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD6 is #502329. Grayscale: #CDCDCD. Windows color (decimal): -5251882 or 14081199. OLE color: 14081199.

HSL color Cylindrical-coordinate representation of color #AFDCD6: hue angle of 172º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCD6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 214 -
CMYK 0.20 0 0.03 0.14
HSL 172º 0.39% 0.77% -
HSV(B) 172º 0.2% 0.86% -
XYZ 55.41 65.16 73.27 -
YUV 205.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 175 220 214 0.20 0 0.03 0.14 172 0.39 0.77
Hex AF DC D6 14 0 3 E AC 27 4D
Octal 257 334 326 24 0 3 16 254 47 115
Binary 10101111 11011100 11010110 10100 0 11 1110 10101100 100111 1001101

Color Harmonies of #AFDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCD6

Black with #AFDCD6

Text Example


Text Example

White with #AFDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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