#ACAFDD

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

Shades of Perano #ACAFDD

Tints of Perano #ACAFDD

Color information

#ACAFDD (or 0xACAFDD) is unknown color: approx Perano. HEX triplet: AC, AF and DD. RGB value is (172,175,221). Sum of RGB (Red+Green+Blue) = 172+175+221=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFDD is #535022. Grayscale: #B3B3B3. Windows color (decimal): -5460003 or 14528428. OLE color: 14528428.

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

Color convert

RGB172175221-
CMYK0.220.2100.13
HSL236.33º41.88%77.06%-
HSV(B)236.33º22.17%86.67%-
XYZ45.3944.6574.63-
YUV179.35151.51122.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=30.28%
G=30.81%
B=38.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721752210.220.2100.13236.3341.8877.06
HexACAFDD16150Dec2a4d
Octal254257335262501535452115
Binary101011001010111111011101101101010101101111011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFDD; }

 p { color: rgb(172,175,221); }

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

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

 a { background-color: rgb(172,175,221); }

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

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

 span { border-color: rgb(172,175,221); }

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