#ACCDDF

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

Shades of French Pass #ACCDDF

Tints of French Pass #ACCDDF

Color information

#ACCDDF (or 0xACCDDF) is unknown color: approx French Pass. HEX triplet: AC, CD and DF. RGB value is (172,205,223). Sum of RGB (Red+Green+Blue) = 172+205+223=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDF is #533220. Grayscale: #C5C5C5. Windows color (decimal): -5452321 or 14667180. OLE color: 14667180.

HSL color Cylindrical-coordinate representation of color #ACCDDF: hue angle of 201.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCDDF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172205223-
CMYK0.230.0800.13
HSL201.18º44.35%77.45%-
HSV(B)201.18º22.87%87.45%-
XYZ52.1657.7678.21-
YUV197.18142.57110.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=28.67%
G=34.17%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722052230.230.0800.13201.1844.3577.45
HexACCDDF1780Dc92c4d
Octal254315337271001531154115
Binary10101100110011011101111110111100001101110010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDDF; }

 p { color: rgb(172,205,223); }

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

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

 a { background-color: rgb(172,205,223); }

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

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

 span { border-color: rgb(172,205,223); }

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