Html Css Color HEX #ADCDDF French Pass

📋 copy color: '#ADCDDF'

red 173 ◦ green 205 ◦ blue 223

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

Shades of French Pass #ADCDDF

Tints of French Pass #ADCDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 28.79%
G = 34.11%
B = 37.1%

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

#ADCDDF (or 0xADCDDF) is known color: French Pass. HEX triplet: AD, CD and DF. RGB value is (173,205,223). Sum of RGB (Red+Green+Blue) = 173+205+223=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDF is #523220. Grayscale: #C5C5C5. Windows color (decimal): -5386785 or 14667181. OLE color: 14667181.

HSL color Cylindrical-coordinate representation of color #ADCDDF: hue angle of 201.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCDDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 205 223 -
CMYK 0.22 0.08 0 0.13
HSL 201.6º 0.44% 0.78% -
HSV(B) 201.6º 0.22% 0.87% -
XYZ 52.38 57.87 78.22 -
YUV 197.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 173 205 223 0.22 0.08 0 0.13 201.6 0.44 0.78
Hex AD CD DF 16 8 0 D CA 2C 4E
Octal 255 315 337 26 10 0 15 312 54 116
Binary 10101101 11001101 11011111 10110 1000 0 1101 11001010 101100 1001110

Color Harmonies of #ADCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDDF

Black with #ADCDDF

Text Example


Text Example

White with #ADCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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