Html Css Color HEX #AFDCD4 Scandal

📋 copy color: '#AFDCD4'

red 175 ◦ green 220 ◦ blue 212

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

Shades of Scandal #AFDCD4

Tints of Scandal #AFDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.93%

R = 28.83%
G = 36.24%
B = 34.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#AFDCD4 (or 0xAFDCD4) is known color: Scandal. HEX triplet: AF, DC and D4. RGB value is (175,220,212). Sum of RGB (Red+Green+Blue) = 175+220+212=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD4 is #50232B. Grayscale: #CDCDCD. Windows color (decimal): -5251884 or 13950127. OLE color: 13950127.

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

Color convert

RGB 175 220 212 -
CMYK 0.20 0 0.04 0.14
HSL 169.33º 0.39% 0.77% -
HSV(B) 169.33º 0.2% 0.86% -
XYZ 55.16 65.05 71.94 -
YUV 205.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 175 220 212 0.20 0 0.04 0.14 169.33 0.39 0.77
Hex AF DC D4 14 0 4 E A9 27 4D
Octal 257 334 324 24 0 4 16 251 47 115
Binary 10101111 11011100 11010100 10100 0 100 1110 10101001 100111 1001101

Color Harmonies of #AFDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCD4

Black with #AFDCD4

Text Example


Text Example

White with #AFDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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