#ACADDF

Color #ACADDF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ACADDF

Tints of Perano #ACADDF

Color information

#ACADDF (or 0xACADDF) is unknown color: approx Perano. HEX triplet: AC, AD and DF. RGB value is (172,173,223). Sum of RGB (Red+Green+Blue) = 172+173+223=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDF is #535220. Grayscale: #B2B2B2. Windows color (decimal): -5460513 or 14658988. OLE color: 14658988.

HSL color Cylindrical-coordinate representation of color #ACADDF: hue angle of 238.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACADDF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172173223-
CMYK0.230.2200.13
HSL238.82º44.35%77.45%-
HSV(B)238.82º22.87%87.45%-
XYZ45.2843.9975.92-
YUV178.4153.17123.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=30.28%
G=30.46%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721732230.230.2200.13238.8244.3577.45
HexACADDF17160Def2c4d
Octal254255337272601535754115
Binary101011001010110111011111101111011001101111011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADDF; }

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

 H1.HeaderClassName
 {
   color: #ACADDF;
 }
 .AnyTagClassName
 {
   color: #ACADDF;
 }
</style>
background-color css

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

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

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

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

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

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