#C5CAF4

Color #C5CAF4 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C5CAF4

Tints of Lavender Blue #C5CAF4

Color information

#C5CAF4 (or 0xC5CAF4) is unknown color: approx Lavender Blue. HEX triplet: C5, CA and F4. RGB value is (197,202,244). Sum of RGB (Red+Green+Blue) = 197+202+244=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAF4 is #3A350B. Grayscale: #CDCDCD. Windows color (decimal): -3814668 or 16042693. OLE color: 16042693.

HSL color Cylindrical-coordinate representation of color #C5CAF4: hue angle of 233.62º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CAF4 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197202244-
CMYK0.190.1700.04
HSL233.62º68.12%86.47%-
HSV(B)233.62º19.26%95.69%-
XYZ60.4860.6494.11-
YUV205.29149.84122.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.64%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=30.64%
G=31.42%
B=37.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1972022440.190.1700.04233.6268.1286.47
HexC5CAF4131104ea4456
Octal305312364232104352104126
Binary110001011100101011110100100111000101001110101010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAF4; }

 p { color: rgb(197,202,244); }

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

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

 a { background-color: rgb(197,202,244); }

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

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

 span { border-color: rgb(197,202,244); }

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