Html Css Color HEX #AFADDB Lavender Grey

📋 copy color: '#AFADDB'

red 175 ◦ green 173 ◦ blue 219

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

Shades of Lavender Grey #AFADDB

Tints of Lavender Grey #AFADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 30.86%
G = 30.51%
B = 38.62%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFADDB (or 0xAFADDB) is known color: Lavender Grey. HEX triplet: AF, AD and DB. RGB value is (175,173,219). Sum of RGB (Red+Green+Blue) = 175+173+219=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDB is #505224. Grayscale: #B2B2B2. Windows color (decimal): -5263909 or 14396847. OLE color: 14396847.

HSL color Cylindrical-coordinate representation of color #AFADDB: hue angle of 242.61º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFADDB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 173 219 -
CMYK 0.20 0.21 0 0.14
HSL 242.61º 0.39% 0.77% -
HSV(B) 242.61º 0.21% 0.86% -
XYZ 45.41 44.12 73.14 -
YUV 178.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 175 173 219 0.20 0.21 0 0.14 242.61 0.39 0.77
Hex AF AD DB 14 15 0 E F3 27 4D
Octal 257 255 333 24 25 0 16 363 47 115
Binary 10101111 10101101 11011011 10100 10101 0 1110 11110011 100111 1001101

Color Harmonies of #AFADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADDB

Black with #AFADDB

Text Example


Text Example

White with #AFADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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