Html Css Color HEX #AFADDF Lavender Grey

📋 copy color: '#AFADDF'

red 175 ◦ green 173 ◦ blue 223

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

Shades of Lavender Grey #AFADDF

Tints of Lavender Grey #AFADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 30.65%
G = 30.3%
B = 39.05%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFADDF (or 0xAFADDF) is known color: Lavender Grey. HEX triplet: AF, AD and DF. RGB value is (175,173,223). Sum of RGB (Red+Green+Blue) = 175+173+223=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDF is #505220. Grayscale: #B3B3B3. Windows color (decimal): -5263905 or 14658991. OLE color: 14658991.

HSL color Cylindrical-coordinate representation of color #AFADDF: hue angle of 242.4º degrees, saturation: 0.44, 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 #AFADDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 173 223 -
CMYK 0.22 0.22 0 0.13
HSL 242.4º 0.44% 0.78% -
HSV(B) 242.4º 0.22% 0.87% -
XYZ 45.94 44.33 75.95 -
YUV 179.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 175 173 223 0.22 0.22 0 0.13 242.4 0.44 0.78
Hex AF AD DF 16 16 0 D F2 2C 4E
Octal 257 255 337 26 26 0 15 362 54 116
Binary 10101111 10101101 11011111 10110 10110 0 1101 11110010 101100 1001110

Color Harmonies of #AFADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADDF

Black with #AFADDF

Text Example


Text Example

White with #AFADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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