#ACCDDD

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

Shades of French Pass #ACCDDD

Tints of French Pass #ACCDDD

Color information

#ACCDDD (or 0xACCDDD) is unknown color: approx French Pass. HEX triplet: AC, CD and DD. RGB value is (172,205,221). Sum of RGB (Red+Green+Blue) = 172+205+221=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDD is #533222. Grayscale: #C4C4C4. Windows color (decimal): -5452323 or 14536108. OLE color: 14536108.

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

Color convert

RGB172205221-
CMYK0.220.0700.13
HSL199.59º41.88%77.06%-
HSV(B)199.59º22.17%86.67%-
XYZ51.957.6576.8-
YUV196.96141.57110.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=28.76%
G=34.28%
B=36.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722052210.220.0700.13199.5941.8877.06
HexACCDDD1670Dc82a4d
Octal25431533526701531052115
Binary1010110011001101110111011011011101101110010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDDD; }

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

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

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

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

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

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

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

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