Html Css Color HEX #ABCEDE French Pass

📋 copy color: '#ABCEDE'

red 171 ◦ green 206 ◦ blue 222

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

Shades of French Pass #ABCEDE

Tints of French Pass #ABCEDE

RGB

 RED value IS 171 (67.19% from 255) = 28.55%

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

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

R = 28.55%
G = 34.39%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCEDE (or 0xABCEDE) is known color: French Pass. HEX triplet: AB, CE and DE. RGB value is (171,206,222). Sum of RGB (Red+Green+Blue) = 171+206+222=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEDE is #543121. Grayscale: #C5C5C5. Windows color (decimal): -5517602 or 14601899. OLE color: 14601899.

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

Color convert

RGB 171 206 222 -
CMYK 0.23 0.07 0 0.13
HSL 198.82º 0.44% 0.77% -
HSV(B) 198.82º 0.23% 0.87% -
XYZ 52.05 58.07 77.57 -
YUV 197.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 171 206 222 0.23 0.07 0 0.13 198.82 0.44 0.77
Hex AB CE DE 17 7 0 D C7 2C 4D
Octal 253 316 336 27 7 0 15 307 54 115
Binary 10101011 11001110 11011110 10111 111 0 1101 11000111 101100 1001101

Color Harmonies of #ABCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEDE

Black with #ABCEDE

Text Example


Text Example

White with #ABCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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