#ACCADC

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

Shades of French Pass #ACCADC

Tints of French Pass #ACCADC

Color information

#ACCADC (or 0xACCADC) is unknown color: approx French Pass. HEX triplet: AC, CA and DC. RGB value is (172,202,220). Sum of RGB (Red+Green+Blue) = 172+202+220=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADC is #533523. Grayscale: #C2C2C2. Windows color (decimal): -5453092 or 14469804. OLE color: 14469804.

HSL color Cylindrical-coordinate representation of color #ACCADC: hue angle of 202.5º 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 #ACCADC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172202220-
CMYK0.220.0800.14
HSL202.5º40.68%76.86%-
HSV(B)202.5º21.82%86.27%-
XYZ51.0556.1875.86-
YUV195.08142.06111.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=28.96%
G=34.01%
B=37.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722022200.220.0800.14202.540.6876.86
HexACCADC1680Eca294d
Octal254312334261001631251115
Binary10101100110010101101110010110100001110110010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCADC; }

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

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

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

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

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

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

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

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