#ACCAD9

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

Shades of French Pass #ACCAD9

Tints of French Pass #ACCAD9

Color information

#ACCAD9 (or 0xACCAD9) is unknown color: approx French Pass. HEX triplet: AC, CA and D9. RGB value is (172,202,217). Sum of RGB (Red+Green+Blue) = 172+202+217=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACCAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAD9 is #533526. Grayscale: #C2C2C2. Windows color (decimal): -5453095 or 14273196. OLE color: 14273196.

HSL color Cylindrical-coordinate representation of color #ACCAD9: hue angle of 200º degrees, saturation: 0.37, 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 #ACCAD9 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172202217-
CMYK0.210.0700.15
HSL200º37.19%76.27%-
HSV(B)200º20.74%85.1%-
XYZ50.6656.0273.79-
YUV194.74140.56111.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=29.10%
G=34.18%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722022170.210.0700.1520037.1976.27
HexACCAD91570Fc8254c
Octal25431233125701731045114
Binary1010110011001010110110011010111101111110010001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAD9; }

 p { color: rgb(172,202,217); }

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

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

 a { background-color: rgb(172,202,217); }

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

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

 span { border-color: rgb(172,202,217); }

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