Html Css Color HEX #AFADD1 Wistful

📋 copy color: '#AFADD1'

red 175 ◦ green 173 ◦ blue 209

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

Shades of Wistful #AFADD1

Tints of Wistful #AFADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 31.42%
G = 31.06%
B = 37.52%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFADD1 (or 0xAFADD1) is known color: Wistful. HEX triplet: AF, AD and D1. RGB value is (175,173,209). Sum of RGB (Red+Green+Blue) = 175+173+209=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD1 is #50522E. Grayscale: #B1B1B1. Windows color (decimal): -5263919 or 13741487. OLE color: 13741487.

HSL color Cylindrical-coordinate representation of color #AFADD1: hue angle of 243.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFADD1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 173 209 -
CMYK 0.16 0.17 0 0.18
HSL 243.33º 0.28% 0.75% -
HSV(B) 243.33º 0.17% 0.82% -
XYZ 44.13 43.6 66.41 -
YUV 177.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 175 173 209 0.16 0.17 0 0.18 243.33 0.28 0.75
Hex AF AD D1 10 11 0 12 F3 1C 4B
Octal 257 255 321 20 21 0 22 363 34 113
Binary 10101111 10101101 11010001 10000 10001 0 10010 11110011 11100 1001011

Color Harmonies of #AFADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADD1

Black with #AFADD1

Text Example


Text Example

White with #AFADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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