Html Css Color HEX #ADCDD8 French Pass

📋 copy color: '#ADCDD8'

red 173 ◦ green 205 ◦ blue 216

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

Shades of French Pass #ADCDD8

Tints of French Pass #ADCDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.36%

R = 29.12%
G = 34.51%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCDD8 (or 0xADCDD8) is known color: French Pass. HEX triplet: AD, CD and D8. RGB value is (173,205,216). Sum of RGB (Red+Green+Blue) = 173+205+216=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADCDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD8 is #523227. Grayscale: #C4C4C4. Windows color (decimal): -5386792 or 14208429. OLE color: 14208429.

HSL color Cylindrical-coordinate representation of color #ADCDD8: hue angle of 195.35º degrees, saturation: 0.36, 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 #ADCDD8 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 205 216 -
CMYK 0.20 0.05 0 0.15
HSL 195.35º 0.36% 0.76% -
HSV(B) 195.35º 0.2% 0.85% -
XYZ 51.46 57.5 73.35 -
YUV 196.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 173 205 216 0.20 0.05 0 0.15 195.35 0.36 0.76
Hex AD CD D8 14 5 0 F C3 24 4C
Octal 255 315 330 24 5 0 17 303 44 114
Binary 10101101 11001101 11011000 10100 101 0 1111 11000011 100100 1001100

Color Harmonies of #ADCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDD8

Black with #ADCDD8

Text Example


Text Example

White with #ADCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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