Html Css Color HEX #AFADD3 Lavender Grey

📋 copy color: '#AFADD3'

red 175 ◦ green 173 ◦ blue 211

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

Shades of Lavender Grey #AFADD3

Tints of Lavender Grey #AFADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 31.31%
G = 30.95%
B = 37.75%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFADD3 (or 0xAFADD3) is known color: Lavender Grey. HEX triplet: AF, AD and D3. RGB value is (175,173,211). Sum of RGB (Red+Green+Blue) = 175+173+211=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD3 is #50522C. Grayscale: #B1B1B1. Windows color (decimal): -5263917 or 13872559. OLE color: 13872559.

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

Color convert

RGB 175 173 211 -
CMYK 0.17 0.18 0 0.17
HSL 243.16º 0.3% 0.75% -
HSV(B) 243.16º 0.18% 0.83% -
XYZ 44.38 43.7 67.72 -
YUV 177.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 175 173 211 0.17 0.18 0 0.17 243.16 0.3 0.75
Hex AF AD D3 11 12 0 11 F3 1E 4B
Octal 257 255 323 21 22 0 21 363 36 113
Binary 10101111 10101101 11010011 10001 10010 0 10001 11110011 11110 1001011

Color Harmonies of #AFADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADD3

Black with #AFADD3

Text Example


Text Example

White with #AFADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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