#ACADDC

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

Shades of Perano #ACADDC

Tints of Perano #ACADDC

Color information

#ACADDC (or 0xACADDC) is unknown color: approx Perano. HEX triplet: AC, AD and DC. RGB value is (172,173,220). Sum of RGB (Red+Green+Blue) = 172+173+220=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDC is #535223. Grayscale: #B1B1B1. Windows color (decimal): -5460516 or 14462380. OLE color: 14462380.

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

Color convert

RGB172173220-
CMYK0.220.2100.14
HSL238.75º40.68%76.86%-
HSV(B)238.75º21.82%86.27%-
XYZ44.8843.8373.8-
YUV178.06151.67123.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=30.44%
G=30.62%
B=38.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721732200.220.2100.14238.7540.6876.86
HexACADDC16150Eef294d
Octal254255334262501635751115
Binary101011001010110111011100101101010101110111011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADDC; }

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

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

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

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

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

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

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

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