Html Css Color HEX #ABCDD9 French Pass

📋 copy color: '#ABCDD9'

red 171 ◦ green 205 ◦ blue 217

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

Shades of French Pass #ABCDD9

Tints of French Pass #ABCDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 28.84%
G = 34.57%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCDD9 (or 0xABCDD9) is known color: French Pass. HEX triplet: AB, CD and D9. RGB value is (171,205,217). Sum of RGB (Red+Green+Blue) = 171+205+217=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABCDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD9 is #543226. Grayscale: #C4C4C4. Windows color (decimal): -5517863 or 14273963. OLE color: 14273963.

HSL color Cylindrical-coordinate representation of color #ABCDD9: hue angle of 195.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCDD9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 205 217 -
CMYK 0.21 0.06 0 0.15
HSL 195.65º 0.38% 0.76% -
HSV(B) 195.65º 0.21% 0.85% -
XYZ 51.15 57.33 74.02 -
YUV 196.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 171 205 217 0.21 0.06 0 0.15 195.65 0.38 0.76
Hex AB CD D9 15 6 0 F C4 26 4C
Octal 253 315 331 25 6 0 17 304 46 114
Binary 10101011 11001101 11011001 10101 110 0 1111 11000100 100110 1001100

Color Harmonies of #ABCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD9

Black with #ABCDD9

Text Example


Text Example

White with #ABCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD9; }

 p { color: rgb(171,205,217); }

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

background-color css

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

 a { background-color: rgb(171,205,217); }

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

border-color css

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

 span { border-color: rgb(171,205,217); }

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