Html Css Color HEX #ADCDDE French Pass

📋 copy color: '#ADCDDE'

red 173 ◦ green 205 ◦ blue 222

#ADCDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #ADCDDE

Tints of French Pass #ADCDDE

RGB

 RED value IS 173 (67.97% from 255) = 28.83%

 GREEN value IS 205 (80.47% from 255) = 34.17%

 BLUE value IS 222 (87.11% from 255) = 37%

R = 28.83%
G = 34.17%
B = 37%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADCDDE (or 0xADCDDE) is known color: French Pass. HEX triplet: AD, CD and DE. RGB value is (173,205,222). Sum of RGB (Red+Green+Blue) = 173+205+222=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDE is #523221. Grayscale: #C5C5C5. Windows color (decimal): -5386786 or 14601645. OLE color: 14601645.

HSL color Cylindrical-coordinate representation of color #ADCDDE: hue angle of 200.82º degrees, saturation: 0.43, 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 #ADCDDE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 205 222 -
CMYK 0.22 0.08 0 0.13
HSL 200.82º 0.43% 0.77% -
HSV(B) 200.82º 0.22% 0.87% -
XYZ 52.25 57.82 77.51 -
YUV 197.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 173 205 222 0.22 0.08 0 0.13 200.82 0.43 0.77
Hex AD CD DE 16 8 0 D C9 2B 4D
Octal 255 315 336 26 10 0 15 311 53 115
Binary 10101101 11001101 11011110 10110 1000 0 1101 11001001 101011 1001101

Color Harmonies of #ADCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDDE

Black with #ADCDDE

Text Example


Text Example

White with #ADCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDDE; }

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

 H1.HeaderClassName
 {
   color: #ADCDDE;
 }
 .AnyTagClassName
 {
   color: #ADCDDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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