Html Css Color HEX #ADCDDB French Pass

📋 copy color: '#ADCDDB'

red 173 ◦ green 205 ◦ blue 219

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

Shades of French Pass #ADCDDB

Tints of French Pass #ADCDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 28.98%
G = 34.34%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCDDB (or 0xADCDDB) is known color: French Pass. HEX triplet: AD, CD and DB. RGB value is (173,205,219). Sum of RGB (Red+Green+Blue) = 173+205+219=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDB is #523224. Grayscale: #C4C4C4. Windows color (decimal): -5386789 or 14405037. OLE color: 14405037.

HSL color Cylindrical-coordinate representation of color #ADCDDB: hue angle of 198.26º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCDDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 205 219 -
CMYK 0.21 0.06 0 0.14
HSL 198.26º 0.39% 0.77% -
HSV(B) 198.26º 0.21% 0.86% -
XYZ 51.85 57.66 75.41 -
YUV 197.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 173 205 219 0.21 0.06 0 0.14 198.26 0.39 0.77
Hex AD CD DB 15 6 0 E C6 27 4D
Octal 255 315 333 25 6 0 16 306 47 115
Binary 10101101 11001101 11011011 10101 110 0 1110 11000110 100111 1001101

Color Harmonies of #ADCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDDB

Black with #ADCDDB

Text Example


Text Example

White with #ADCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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