Html Css Color HEX #AFADDD Lavender Grey

📋 copy color: '#AFADDD'

red 175 ◦ green 173 ◦ blue 221

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

Shades of Lavender Grey #AFADDD

Tints of Lavender Grey #AFADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 30.76%
G = 30.4%
B = 38.84%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFADDD (or 0xAFADDD) is known color: Lavender Grey. HEX triplet: AF, AD and DD. RGB value is (175,173,221). Sum of RGB (Red+Green+Blue) = 175+173+221=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDD is #505222. Grayscale: #B2B2B2. Windows color (decimal): -5263907 or 14527919. OLE color: 14527919.

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

Color convert

RGB 175 173 221 -
CMYK 0.21 0.22 0 0.13
HSL 242.5º 0.41% 0.77% -
HSV(B) 242.5º 0.22% 0.87% -
XYZ 45.67 44.22 74.53 -
YUV 179.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 175 173 221 0.21 0.22 0 0.13 242.5 0.41 0.77
Hex AF AD DD 15 16 0 D F2 29 4D
Octal 257 255 335 25 26 0 15 362 51 115
Binary 10101111 10101101 11011101 10101 10110 0 1101 11110010 101001 1001101

Color Harmonies of #AFADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADDD

Black with #AFADDD

Text Example


Text Example

White with #AFADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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