Html Css Color HEX #AFAFDD Lavender Grey

📋 copy color: '#AFAFDD'

red 175 ◦ green 175 ◦ blue 221

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

Shades of Lavender Grey #AFAFDD

Tints of Lavender Grey #AFAFDD

RGB

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

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

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

R = 30.65%
G = 30.65%
B = 38.7%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFAFDD (or 0xAFAFDD) is known color: Lavender Grey. HEX triplet: AF, AF and DD. RGB value is (175,175,221). Sum of RGB (Red+Green+Blue) = 175+175+221=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDD is #505022. Grayscale: #B4B4B4. Windows color (decimal): -5263395 or 14528431. OLE color: 14528431.

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

Color convert

RGB 175 175 221 -
CMYK 0.21 0.21 0 0.13
HSL 240º 0.4% 0.78% -
HSV(B) 240º 0.21% 0.87% -
XYZ 46.06 44.99 74.66 -
YUV 180.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 175 175 221 0.21 0.21 0 0.13 240 0.4 0.78
Hex AF AF DD 15 15 0 D F0 28 4E
Octal 257 257 335 25 25 0 15 360 50 116
Binary 10101111 10101111 11011101 10101 10101 0 1101 11110000 101000 1001110

Color Harmonies of #AFAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFDD

Black with #AFAFDD

Text Example


Text Example

White with #AFAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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