#ADCCDD

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

Shades of French Pass #ADCCDD

Tints of French Pass #ADCCDD

Color information

#ADCCDD (or 0xADCCDD) is unknown color: approx French Pass. HEX triplet: AD, CC and DD. RGB value is (173,204,221). Sum of RGB (Red+Green+Blue) = 173+204+221=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDD is #523322. Grayscale: #C4C4C4. Windows color (decimal): -5387043 or 14535853. OLE color: 14535853.

HSL color Cylindrical-coordinate representation of color #ADCCDD: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCCDD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173204221-
CMYK0.220.0800.13
HSL201.25º41.38%77.25%-
HSV(B)201.25º21.72%86.67%-
XYZ51.8857.2976.73-
YUV196.67141.73111.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=28.93%
G=34.11%
B=36.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732042210.220.0800.13201.2541.3877.25
HexADCCDD1680Dc9294d
Octal255314335261001531151115
Binary10101101110011001101110110110100001101110010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCDD; }

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

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

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

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

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

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

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

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