#ADCCDA

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

Shades of French Pass #ADCCDA

Tints of French Pass #ADCCDA

Color information

#ADCCDA (or 0xADCCDA) is unknown color: approx French Pass. HEX triplet: AD, CC and DA. RGB value is (173,204,218). Sum of RGB (Red+Green+Blue) = 173+204+218=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDA is #523325. Grayscale: #C4C4C4. Windows color (decimal): -5387046 or 14339245. OLE color: 14339245.

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

Color convert

RGB173204218-
CMYK0.210.0600.15
HSL198.67º37.82%76.67%-
HSV(B)198.67º20.64%85.49%-
XYZ51.4857.1374.64-
YUV196.33140.23111.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=29.08%
G=34.29%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732042180.210.0600.15198.6737.8276.67
HexADCCDA1560Fc7264d
Octal25531433225601730746115
Binary1010110111001100110110101010111001111110001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCDA; }

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

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

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

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

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

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

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

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