#ACCDE0

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

Shades of French Pass #ACCDE0

Tints of French Pass #ACCDE0

Color information

#ACCDE0 (or 0xACCDE0) is unknown color: approx French Pass. HEX triplet: AC, CD and E0. RGB value is (172,205,224). Sum of RGB (Red+Green+Blue) = 172+205+224=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE0 is #53321F. Grayscale: #C5C5C5. Windows color (decimal): -5452320 or 14732716. OLE color: 14732716.

HSL color Cylindrical-coordinate representation of color #ACCDE0: hue angle of 201.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCDE0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172205224-
CMYK0.230.0800.12
HSL201.92º45.61%77.65%-
HSV(B)201.92º23.21%87.84%-
XYZ52.357.8278.92-
YUV197.3143.07109.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=28.62%
G=34.11%
B=37.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722052240.230.0800.12201.9245.6177.65
HexACCDE01780Cca2e4e
Octal254315340271001431256116
Binary10101100110011011110000010111100001100110010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDE0; }

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

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

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

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

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

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

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

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