Html Css Color HEX #AFDFDC Scandal

📋 copy color: '#AFDFDC'

red 175 ◦ green 223 ◦ blue 220

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

Shades of Scandal #AFDFDC

Tints of Scandal #AFDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 28.32%
G = 36.08%
B = 35.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#AFDFDC (or 0xAFDFDC) is known color: Scandal. HEX triplet: AF, DF and DC. RGB value is (175,223,220). Sum of RGB (Red+Green+Blue) = 175+223+220=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFDC is #502023. Grayscale: #D0D0D0. Windows color (decimal): -5251108 or 14475183. OLE color: 14475183.

HSL color Cylindrical-coordinate representation of color #AFDFDC: hue angle of 176.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFDC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 220 -
CMYK 0.22 0 0.01 0.13
HSL 176.25º 0.43% 0.78% -
HSV(B) 176.25º 0.22% 0.87% -
XYZ 56.99 67.06 77.65 -
YUV 208.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 175 223 220 0.22 0 0.01 0.13 176.25 0.43 0.78
Hex AF DF DC 16 0 1 D B0 2B 4E
Octal 257 337 334 26 0 1 15 260 53 116
Binary 10101111 11011111 11011100 10110 0 1 1101 10110000 101011 1001110

Color Harmonies of #AFDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFDC

Black with #AFDFDC

Text Example


Text Example

White with #AFDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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