Html Css Color HEX #ABCDDC French Pass

📋 copy color: '#ABCDDC'

red 171 ◦ green 205 ◦ blue 220

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

Shades of French Pass #ABCDDC

Tints of French Pass #ABCDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 28.69%
G = 34.4%
B = 36.91%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABCDDC (or 0xABCDDC) is known color: French Pass. HEX triplet: AB, CD and DC. RGB value is (171,205,220). Sum of RGB (Red+Green+Blue) = 171+205+220=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDC is #543223. Grayscale: #C4C4C4. Windows color (decimal): -5517860 or 14470571. OLE color: 14470571.

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

Color convert

RGB 171 205 220 -
CMYK 0.22 0.07 0 0.14
HSL 198.37º 0.41% 0.77% -
HSV(B) 198.37º 0.22% 0.86% -
XYZ 51.54 57.49 76.09 -
YUV 196.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 171 205 220 0.22 0.07 0 0.14 198.37 0.41 0.77
Hex AB CD DC 16 7 0 E C6 29 4D
Octal 253 315 334 26 7 0 16 306 51 115
Binary 10101011 11001101 11011100 10110 111 0 1110 11000110 101001 1001101

Color Harmonies of #ABCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDDC

Black with #ABCDDC

Text Example


Text Example

White with #ABCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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