#ADCBDA

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

Shades of French Pass #ADCBDA

Tints of French Pass #ADCBDA

Color information

#ADCBDA (or 0xADCBDA) is unknown color: approx French Pass. HEX triplet: AD, CB and DA. RGB value is (173,203,218). Sum of RGB (Red+Green+Blue) = 173+203+218=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDA is #523425. Grayscale: #C3C3C3. Windows color (decimal): -5387302 or 14338989. OLE color: 14338989.

HSL color Cylindrical-coordinate representation of color #ADCBDA: hue angle of 200º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCBDA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173203218-
CMYK0.210.0700.15
HSL200º37.82%76.67%-
HSV(B)200º20.64%85.49%-
XYZ51.2456.6674.56-
YUV195.74140.56111.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=29.12%
G=34.18%
B=36.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732032180.210.0700.1520037.8276.67
HexADCBDA1570Fc8264d
Octal25531333225701731046115
Binary1010110111001011110110101010111101111110010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBDA; }

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

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

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

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

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

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

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

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