Html Css Color HEX #ACADDA Lavender Grey

📋 copy color: '#ACADDA'

red 172 ◦ green 173 ◦ blue 218

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

Shades of Lavender Grey #ACADDA

Tints of Lavender Grey #ACADDA

RGB

 RED value IS 172 (67.58% from 255) = 30.55%

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 30.55%
G = 30.73%
B = 38.72%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACADDA (or 0xACADDA) is known color: Lavender Grey. HEX triplet: AC, AD and DA. RGB value is (172,173,218). Sum of RGB (Red+Green+Blue) = 172+173+218=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDA is #535225. Grayscale: #B1B1B1. Windows color (decimal): -5460518 or 14331308. OLE color: 14331308.

HSL color Cylindrical-coordinate representation of color #ACADDA: hue angle of 238.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACADDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 173 218 -
CMYK 0.21 0.21 0 0.15
HSL 238.7º 0.38% 0.76% -
HSV(B) 238.7º 0.21% 0.85% -
XYZ 44.61 43.72 72.42 -
YUV 177.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 172 173 218 0.21 0.21 0 0.15 238.7 0.38 0.76
Hex AC AD DA 15 15 0 F EF 26 4C
Octal 254 255 332 25 25 0 17 357 46 114
Binary 10101100 10101101 11011010 10101 10101 0 1111 11101111 100110 1001100

Color Harmonies of #ACADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADDA

Black with #ACADDA

Text Example


Text Example

White with #ACADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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