Html Css Color HEX #ABCDDA French Pass

📋 copy color: '#ABCDDA'

red 171 ◦ green 205 ◦ blue 218

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

Shades of French Pass #ABCDDA

Tints of French Pass #ABCDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 28.79%
G = 34.51%
B = 36.7%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCDDA (or 0xABCDDA) is known color: French Pass. HEX triplet: AB, CD and DA. RGB value is (171,205,218). Sum of RGB (Red+Green+Blue) = 171+205+218=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDA is #543225. Grayscale: #C4C4C4. Windows color (decimal): -5517862 or 14339499. OLE color: 14339499.

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

Color convert

RGB 171 205 218 -
CMYK 0.22 0.06 0 0.15
HSL 196.6º 0.39% 0.76% -
HSV(B) 196.6º 0.22% 0.85% -
XYZ 51.28 57.38 74.7 -
YUV 196.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 171 205 218 0.22 0.06 0 0.15 196.6 0.39 0.76
Hex AB CD DA 16 6 0 F C5 27 4C
Octal 253 315 332 26 6 0 17 305 47 114
Binary 10101011 11001101 11011010 10110 110 0 1111 11000101 100111 1001100

Color Harmonies of #ABCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDDA

Black with #ABCDDA

Text Example


Text Example

White with #ABCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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