Html Css Color HEX #AFDCD1 Scandal

📋 copy color: '#AFDCD1'

red 175 ◦ green 220 ◦ blue 209

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

Shades of Scandal #AFDCD1

Tints of Scandal #AFDCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 28.97%
G = 36.42%
B = 34.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#AFDCD1 (or 0xAFDCD1) is known color: Scandal. HEX triplet: AF, DC and D1. RGB value is (175,220,209). Sum of RGB (Red+Green+Blue) = 175+220+209=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD1 is #50232E. Grayscale: #CDCDCD. Windows color (decimal): -5251887 or 13753519. OLE color: 13753519.

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

Color convert

RGB 175 220 209 -
CMYK 0.20 0 0.05 0.14
HSL 165.33º 0.39% 0.77% -
HSV(B) 165.33º 0.2% 0.86% -
XYZ 54.78 64.9 69.96 -
YUV 205.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 175 220 209 0.20 0 0.05 0.14 165.33 0.39 0.77
Hex AF DC D1 14 0 5 E A5 27 4D
Octal 257 334 321 24 0 5 16 245 47 115
Binary 10101111 11011100 11010001 10100 0 101 1110 10100101 100111 1001101

Color Harmonies of #AFDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCD1

Black with #AFDCD1

Text Example


Text Example

White with #AFDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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