#ADD2DE

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

Shades of French Pass #ADD2DE

Tints of French Pass #ADD2DE

Color information

#ADD2DE (or 0xADD2DE) is unknown color: approx French Pass. HEX triplet: AD, D2 and DE. RGB value is (173,210,222). Sum of RGB (Red+Green+Blue) = 173+210+222=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DE is #522D21. Grayscale: #C8C8C8. Windows color (decimal): -5385506 or 14602925. OLE color: 14602925.

HSL color Cylindrical-coordinate representation of color #ADD2DE: hue angle of 194.69º degrees, saturation: 0.43, 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 #ADD2DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173210222-
CMYK0.220.0500.13
HSL194.69º42.61%77.45%-
HSV(B)194.69º22.07%87.06%-
XYZ53.4660.2577.92-
YUV200.3140.24108.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=28.60%
G=34.71%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732102220.220.0500.13194.6942.6177.45
HexADD2DE1650Dc32b4d
Octal25532233626501530353115
Binary1010110111010010110111101011010101101110000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2DE; }

 p { color: rgb(173,210,222); }

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

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

 a { background-color: rgb(173,210,222); }

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

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

 span { border-color: rgb(173,210,222); }

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