#ACCADA

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

Shades of French Pass #ACCADA

Tints of French Pass #ACCADA

Color information

#ACCADA (or 0xACCADA) is unknown color: approx French Pass. HEX triplet: AC, CA and DA. RGB value is (172,202,218). Sum of RGB (Red+Green+Blue) = 172+202+218=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADA is #533525. Grayscale: #C2C2C2. Windows color (decimal): -5453094 or 14338732. OLE color: 14338732.

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

Color convert

RGB172202218-
CMYK0.210.0700.15
HSL200.87º38.33%76.47%-
HSV(B)200.87º21.1%85.49%-
XYZ50.7956.0774.48-
YUV194.85141.06111.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=29.05%
G=34.12%
B=36.82%

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
Decimal1722022180.210.0700.15200.8738.3376.47
HexACCADA1570Fc9264c
Octal25431233225701731146114
Binary1010110011001010110110101010111101111110010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCADA; }

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

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

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

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

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

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

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

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