Html Css Color HEX #ADCBDC French Pass

📋 copy color: '#ADCBDC'

red 173 ◦ green 203 ◦ blue 220

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

Shades of French Pass #ADCBDC

Tints of French Pass #ADCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 29.03%
G = 34.06%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCBDC (or 0xADCBDC) is known color: French Pass. HEX triplet: AD, CB and DC. RGB value is (173,203,220). Sum of RGB (Red+Green+Blue) = 173+203+220=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDC is #523423. Grayscale: #C3C3C3. Windows color (decimal): -5387300 or 14470061. OLE color: 14470061.

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

Color convert

RGB 173 203 220 -
CMYK 0.21 0.08 0 0.14
HSL 201.7º 0.4% 0.77% -
HSV(B) 201.7º 0.21% 0.86% -
XYZ 51.51 56.76 75.95 -
YUV 195.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 173 203 220 0.21 0.08 0 0.14 201.7 0.4 0.77
Hex AD CB DC 15 8 0 E CA 28 4D
Octal 255 313 334 25 10 0 16 312 50 115
Binary 10101101 11001011 11011100 10101 1000 0 1110 11001010 101000 1001101

Color Harmonies of #ADCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBDC

Black with #ADCBDC

Text Example


Text Example

White with #ADCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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