Html Css Color HEX #ADCFDE French Pass

📋 copy color: '#ADCFDE'

red 173 ◦ green 207 ◦ blue 222

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

Shades of French Pass #ADCFDE

Tints of French Pass #ADCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 28.74%
G = 34.39%
B = 36.88%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADCFDE (or 0xADCFDE) is known color: French Pass. HEX triplet: AD, CF and DE. RGB value is (173,207,222). Sum of RGB (Red+Green+Blue) = 173+207+222=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDE is #523021. Grayscale: #C6C6C6. Windows color (decimal): -5386274 or 14602157. OLE color: 14602157.

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

Color convert

RGB 173 207 222 -
CMYK 0.22 0.07 0 0.13
HSL 198.37º 0.43% 0.77% -
HSV(B) 198.37º 0.22% 0.87% -
XYZ 52.73 58.78 77.67 -
YUV 198.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 173 207 222 0.22 0.07 0 0.13 198.37 0.43 0.77
Hex AD CF DE 16 7 0 D C6 2B 4D
Octal 255 317 336 26 7 0 15 306 53 115
Binary 10101101 11001111 11011110 10110 111 0 1101 11000110 101011 1001101

Color Harmonies of #ADCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFDE

Black with #ADCFDE

Text Example


Text Example

White with #ADCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFDE; }

 p { color: rgb(173,207,222); }

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

background-color css

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

 a { background-color: rgb(173,207,222); }

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

border-color css

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

 span { border-color: rgb(173,207,222); }

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