#ADD0DC

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

Shades of French Pass #ADD0DC

Tints of French Pass #ADD0DC

Color information

#ADD0DC (or 0xADD0DC) is unknown color: approx French Pass. HEX triplet: AD, D0 and DC. RGB value is (173,208,220). Sum of RGB (Red+Green+Blue) = 173+208+220=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DC is #522F23. Grayscale: #C6C6C6. Windows color (decimal): -5386020 or 14471341. OLE color: 14471341.

HSL color Cylindrical-coordinate representation of color #ADD0DC: hue angle of 195.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD0DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173208220-
CMYK0.210.0500.14
HSL195.32º40.17%77.06%-
HSV(B)195.32º21.36%86.27%-
XYZ52.7159.1676.35-
YUV198.9139.9109.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=28.79%
G=34.61%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732082200.210.0500.14195.3240.1777.06
HexADD0DC1550Ec3284d
Octal25532033425501630350115
Binary1010110111010000110111001010110101110110000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0DC; }

 p { color: rgb(173,208,220); }

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

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

 a { background-color: rgb(173,208,220); }

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

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

 span { border-color: rgb(173,208,220); }

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