Html Css Color HEX #ADCEDE French Pass

📋 copy color: '#ADCEDE'

red 173 ◦ green 206 ◦ blue 222

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

Shades of French Pass #ADCEDE

Tints of French Pass #ADCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

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

R = 28.79%
G = 34.28%
B = 36.94%

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

#ADCEDE (or 0xADCEDE) is known color: French Pass. HEX triplet: AD, CE and DE. RGB value is (173,206,222). Sum of RGB (Red+Green+Blue) = 173+206+222=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDE is #523121. Grayscale: #C5C5C5. Windows color (decimal): -5386530 or 14601901. OLE color: 14601901.

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

Color convert

RGB 173 206 222 -
CMYK 0.22 0.07 0 0.13
HSL 199.59º 0.43% 0.77% -
HSV(B) 199.59º 0.22% 0.87% -
XYZ 52.49 58.3 77.59 -
YUV 197.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 173 206 222 0.22 0.07 0 0.13 199.59 0.43 0.77
Hex AD CE DE 16 7 0 D C8 2B 4D
Octal 255 316 336 26 7 0 15 310 53 115
Binary 10101101 11001110 11011110 10110 111 0 1101 11001000 101011 1001101

Color Harmonies of #ADCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEDE

Black with #ADCEDE

Text Example


Text Example

White with #ADCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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