Html Css Color HEX #ADACE0 Lavender Grey

📋 copy color: '#ADACE0'

red 173 ◦ green 172 ◦ blue 224

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

Shades of Lavender Grey #ADACE0

Tints of Lavender Grey #ADACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 30.4%
G = 30.23%
B = 39.37%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADACE0 (or 0xADACE0) is known color: Lavender Grey. HEX triplet: AD, AC and E0. RGB value is (173,172,224). Sum of RGB (Red+Green+Blue) = 173+172+224=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE0 is #52531F. Grayscale: #B2B2B2. Windows color (decimal): -5395232 or 14724269. OLE color: 14724269.

HSL color Cylindrical-coordinate representation of color #ADACE0: hue angle of 241.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADACE0 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 172 224 -
CMYK 0.23 0.23 0 0.12
HSL 241.15º 0.46% 0.78% -
HSV(B) 241.15º 0.23% 0.88% -
XYZ 45.44 43.77 76.57 -
YUV 178.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 173 172 224 0.23 0.23 0 0.12 241.15 0.46 0.78
Hex AD AC E0 17 17 0 C F1 2E 4E
Octal 255 254 340 27 27 0 14 361 56 116
Binary 10101101 10101100 11100000 10111 10111 0 1100 11110001 101110 1001110

Color Harmonies of #ADACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACE0

Black with #ADACE0

Text Example


Text Example

White with #ADACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACE0; }

 p { color: rgb(173,172,224); }

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

background-color css

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

 a { background-color: rgb(173,172,224); }

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

border-color css

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

 span { border-color: rgb(173,172,224); }

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