#ADCBDC

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

Shades of French Pass #ADCBDC

Tints of French Pass #ADCBDC

Color information

#ADCBDC (or 0xADCBDC) is unknown color: approx French Pass. HEX triplet: AD, CB and DC. RGB value is (173,203,220). Sum of RGB (Red+Green+Blue) = 173+203+220=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDC is #523423. Grayscale: #C3C3C3. Windows color (decimal): -5387300 or 14470061. OLE color: 14470061.

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

Color convert

RGB173203220-
CMYK0.210.0800.14
HSL201.7º40.17%77.06%-
HSV(B)201.7º21.36%86.27%-
XYZ51.5156.7675.95-
YUV195.97141.56111.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=29.03%
G=34.06%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732032200.210.0800.14201.740.1777.06
HexADCBDC1580Eca284d
Octal255313334251001631250115
Binary10101101110010111101110010101100001110110010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBDC; }

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

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

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

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

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

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

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

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