Html Css Color HEX #ADCCD8 French Pass

📋 copy color: '#ADCCD8'

red 173 ◦ green 204 ◦ blue 216

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

Shades of French Pass #ADCCD8

Tints of French Pass #ADCCD8

RGB

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

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

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

R = 29.17%
G = 34.4%
B = 36.42%

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

#ADCCD8 (or 0xADCCD8) is known color: French Pass. HEX triplet: AD, CC and D8. RGB value is (173,204,216). Sum of RGB (Red+Green+Blue) = 173+204+216=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADCCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD8 is #523327. Grayscale: #C4C4C4. Windows color (decimal): -5387048 or 14208173. OLE color: 14208173.

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

Color convert

RGB 173 204 216 -
CMYK 0.20 0.06 0 0.15
HSL 196.74º 0.36% 0.76% -
HSV(B) 196.74º 0.2% 0.85% -
XYZ 51.22 57.03 73.27 -
YUV 196.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 173 204 216 0.20 0.06 0 0.15 196.74 0.36 0.76
Hex AD CC D8 14 6 0 F C5 24 4C
Octal 255 314 330 24 6 0 17 305 44 114
Binary 10101101 11001100 11011000 10100 110 0 1111 11000101 100100 1001100

Color Harmonies of #ADCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCD8

Black with #ADCCD8

Text Example


Text Example

White with #ADCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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