#ABCCDD

Color #ABCCDD French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #ABCCDD

Tints of French Pass #ABCCDD

Color information

#ABCCDD (or 0xABCCDD) is unknown color: approx French Pass. HEX triplet: AB, CC and DD. RGB value is (171,204,221). Sum of RGB (Red+Green+Blue) = 171+204+221=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDD is #543322. Grayscale: #C3C3C3. Windows color (decimal): -5518115 or 14535851. OLE color: 14535851.

HSL color Cylindrical-coordinate representation of color #ABCCDD: hue angle of 200.4º degrees, saturation: 0.42, 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 #ABCCDD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171204221-
CMYK0.230.0800.13
HSL200.4º42.37%76.86%-
HSV(B)200.4º22.62%86.67%-
XYZ51.4457.0676.71-
YUV196.07142.07110.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=28.69%
G=34.23%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712042210.230.0800.13200.442.3776.86
HexABCCDD1780Dc82a4d
Octal253314335271001531052115
Binary10101011110011001101110110111100001101110010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCDD; }

 p { color: rgb(171,204,221); }

 H1.HeaderClassName
 {
   color: #ABCCDD;
 }
 .AnyTagClassName
 {
   color: #ABCCDD;
 }
</style>
background-color css

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

 a { background-color: rgb(171,204,221); }

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

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

 span { border-color: rgb(171,204,221); }

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