Html Css Color HEX #ADCBDB French Pass

📋 copy color: '#ADCBDB'

red 173 ◦ green 203 ◦ blue 219

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

Shades of French Pass #ADCBDB

Tints of French Pass #ADCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 29.08%
G = 34.12%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCBDB (or 0xADCBDB) is known color: French Pass. HEX triplet: AD, CB and DB. RGB value is (173,203,219). Sum of RGB (Red+Green+Blue) = 173+203+219=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDB is #523424. Grayscale: #C3C3C3. Windows color (decimal): -5387301 or 14404525. OLE color: 14404525.

HSL color Cylindrical-coordinate representation of color #ADCBDB: hue angle of 200.87º 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 #ADCBDB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 203 219 -
CMYK 0.21 0.07 0 0.14
HSL 200.87º 0.39% 0.77% -
HSV(B) 200.87º 0.21% 0.86% -
XYZ 51.38 56.71 75.26 -
YUV 195.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 173 203 219 0.21 0.07 0 0.14 200.87 0.39 0.77
Hex AD CB DB 15 7 0 E C9 27 4D
Octal 255 313 333 25 7 0 16 311 47 115
Binary 10101101 11001011 11011011 10101 111 0 1110 11001001 100111 1001101

Color Harmonies of #ADCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBDB

Black with #ADCBDB

Text Example


Text Example

White with #ADCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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