#ADCDDB

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

Shades of French Pass #ADCDDB

Tints of French Pass #ADCDDB

Color information

#ADCDDB (or 0xADCDDB) is unknown color: approx French Pass. HEX triplet: AD, CD and DB. RGB value is (173,205,219). Sum of RGB (Red+Green+Blue) = 173+205+219=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDB is #523224. Grayscale: #C4C4C4. Windows color (decimal): -5386789 or 14405037. OLE color: 14405037.

HSL color Cylindrical-coordinate representation of color #ADCDDB: hue angle of 198.26º degrees, saturation: 0.39, 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 #ADCDDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173205219-
CMYK0.210.0600.14
HSL198.26º38.98%76.86%-
HSV(B)198.26º21%85.88%-
XYZ51.8557.6675.41-
YUV197.03140.4110.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=28.98%
G=34.34%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732052190.210.0600.14198.2638.9876.86
HexADCDDB1560Ec6274d
Octal25531533325601630647115
Binary1010110111001101110110111010111001110110001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDDB; }

 p { color: rgb(173,205,219); }

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

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

 a { background-color: rgb(173,205,219); }

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

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

 span { border-color: rgb(173,205,219); }

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