#ACCCD9

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

Shades of French Pass #ACCCD9

Tints of French Pass #ACCCD9

Color information

#ACCCD9 (or 0xACCCD9) is unknown color: approx French Pass. HEX triplet: AC, CC and D9. RGB value is (172,204,217). Sum of RGB (Red+Green+Blue) = 172+204+217=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACCCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD9 is #533326. Grayscale: #C3C3C3. Windows color (decimal): -5452583 or 14273708. OLE color: 14273708.

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

Color convert

RGB172204217-
CMYK0.210.0600.15
HSL197.33º37.19%76.27%-
HSV(B)197.33º20.74%85.1%-
XYZ51.1356.9773.95-
YUV195.91139.9110.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=29.01%
G=34.40%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722042170.210.0600.15197.3337.1976.27
HexACCCD91560Fc5254c
Octal25431433125601730545114
Binary1010110011001100110110011010111001111110001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCD9; }

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

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

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

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

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

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

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

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