Html Css Color HEX #A4CADD French Pass

📋 copy color: '#A4CADD'

red 164 ◦ green 202 ◦ blue 221

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

Shades of French Pass #A4CADD

Tints of French Pass #A4CADD

RGB

 RED value IS 164 (64.45% from 255) = 27.94%

 GREEN value IS 202 (79.3% from 255) = 34.41%

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 27.94%
G = 34.41%
B = 37.65%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4CADD (or 0xA4CADD) is known color: French Pass. HEX triplet: A4, CA and DD. RGB value is (164,202,221). Sum of RGB (Red+Green+Blue) = 164+202+221=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CADD is #5B3522. Grayscale: #C0C0C0. Windows color (decimal): -5977379 or 14535332. OLE color: 14535332.

HSL color Cylindrical-coordinate representation of color #A4CADD: hue angle of 200º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CADD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 202 221 -
CMYK 0.26 0.09 0 0.13
HSL 200º 0.46% 0.75% -
HSV(B) 200º 0.26% 0.87% -
XYZ 49.48 55.35 76.48 -
YUV 192.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 164 202 221 0.26 0.09 0 0.13 200 0.46 0.75
Hex A4 CA DD 1A 9 0 D C8 2E 4B
Octal 244 312 335 32 11 0 15 310 56 113
Binary 10100100 11001010 11011101 11010 1001 0 1101 11001000 101110 1001011

Color Harmonies of #A4CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CADD

Black with #A4CADD

Text Example


Text Example

White with #A4CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CADD; }

 p { color: rgb(164,202,221); }

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

background-color css

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

 a { background-color: rgb(164,202,221); }

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

border-color css

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

 span { border-color: rgb(164,202,221); }

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