#ACCFDC

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

Shades of French Pass #ACCFDC

Tints of French Pass #ACCFDC

Color information

#ACCFDC (or 0xACCFDC) is unknown color: approx French Pass. HEX triplet: AC, CF and DC. RGB value is (172,207,220). Sum of RGB (Red+Green+Blue) = 172+207+220=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFDC is #533023. Grayscale: #C5C5C5. Windows color (decimal): -5451812 or 14471084. OLE color: 14471084.

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

Color convert

RGB172207220-
CMYK0.220.0600.14
HSL196.25º40.68%76.86%-
HSV(B)196.25º21.82%86.27%-
XYZ52.2458.5676.26-
YUV198.02140.4109.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=28.71%
G=34.56%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722072200.220.0600.14196.2540.6876.86
HexACCFDC1660Ec4294d
Octal25431733426601630451115
Binary1010110011001111110111001011011001110110001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFDC; }

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

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

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

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

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

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

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

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