Html Css Color HEX #ADCDD9 French Pass

📋 copy color: '#ADCDD9'

red 173 ◦ green 205 ◦ blue 217

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

Shades of French Pass #ADCDD9

Tints of French Pass #ADCDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 29.08%
G = 34.45%
B = 36.47%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCDD9 (or 0xADCDD9) is known color: French Pass. HEX triplet: AD, CD and D9. RGB value is (173,205,217). Sum of RGB (Red+Green+Blue) = 173+205+217=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADCDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD9 is #523226. Grayscale: #C4C4C4. Windows color (decimal): -5386791 or 14273965. OLE color: 14273965.

HSL color Cylindrical-coordinate representation of color #ADCDD9: hue angle of 196.36º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCDD9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 205 217 -
CMYK 0.20 0.06 0 0.15
HSL 196.36º 0.37% 0.76% -
HSV(B) 196.36º 0.2% 0.85% -
XYZ 51.59 57.56 74.04 -
YUV 196.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 173 205 217 0.20 0.06 0 0.15 196.36 0.37 0.76
Hex AD CD D9 14 6 0 F C4 25 4C
Octal 255 315 331 24 6 0 17 304 45 114
Binary 10101101 11001101 11011001 10100 110 0 1111 11000100 100101 1001100

Color Harmonies of #ADCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDD9

Black with #ADCDD9

Text Example


Text Example

White with #ADCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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