Html Css Color HEX #ADCCD9 French Pass

📋 copy color: '#ADCCD9'

red 173 ◦ green 204 ◦ blue 217

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

Shades of French Pass #ADCCD9

Tints of French Pass #ADCCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 29.12%
G = 34.34%
B = 36.53%

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

#ADCCD9 (or 0xADCCD9) is known color: French Pass. HEX triplet: AD, CC and D9. RGB value is (173,204,217). Sum of RGB (Red+Green+Blue) = 173+204+217=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADCCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD9 is #523326. Grayscale: #C4C4C4. Windows color (decimal): -5387047 or 14273709. OLE color: 14273709.

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

Color convert

RGB 173 204 217 -
CMYK 0.20 0.06 0 0.15
HSL 197.73º 0.37% 0.76% -
HSV(B) 197.73º 0.2% 0.85% -
XYZ 51.35 57.08 73.96 -
YUV 196.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 173 204 217 0.20 0.06 0 0.15 197.73 0.37 0.76
Hex AD CC D9 14 6 0 F C6 25 4C
Octal 255 314 331 24 6 0 17 306 45 114
Binary 10101101 11001100 11011001 10100 110 0 1111 11000110 100101 1001100

Color Harmonies of #ADCCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCD9

Black with #ADCCD9

Text Example


Text Example

White with #ADCCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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