Html Css Color HEX #ACADDB Lavender Grey

📋 copy color: '#ACADDB'

red 172 ◦ green 173 ◦ blue 219

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

Shades of Lavender Grey #ACADDB

Tints of Lavender Grey #ACADDB

RGB

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

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

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

R = 30.5%
G = 30.67%
B = 38.83%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACADDB (or 0xACADDB) is known color: Lavender Grey. HEX triplet: AC, AD and DB. RGB value is (172,173,219). Sum of RGB (Red+Green+Blue) = 172+173+219=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDB is #535224. Grayscale: #B1B1B1. Windows color (decimal): -5460517 or 14396844. OLE color: 14396844.

HSL color Cylindrical-coordinate representation of color #ACADDB: hue angle of 238.72º 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 #ACADDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 173 219 -
CMYK 0.21 0.21 0 0.14
HSL 238.72º 0.39% 0.77% -
HSV(B) 238.72º 0.21% 0.86% -
XYZ 44.74 43.77 73.11 -
YUV 177.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 172 173 219 0.21 0.21 0 0.14 238.72 0.39 0.77
Hex AC AD DB 15 15 0 E EF 27 4D
Octal 254 255 333 25 25 0 16 357 47 115
Binary 10101100 10101101 11011011 10101 10101 0 1110 11101111 100111 1001101

Color Harmonies of #ACADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADDB

Black with #ACADDB

Text Example


Text Example

White with #ACADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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