#c5c4ff

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

Shades of Lavender Blue #C5C4FF

Tints of Lavender Blue #C5C4FF

Color information

#C5C4FF (or 0xC5C4FF) is unknown color: approx Lavender Blue. HEX triplet: C5, C4 and FF. RGB value is (197,196,255). Sum of RGB (Red+Green+Blue) = 197+196+255=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C4FF is #3A3B00. Grayscale: #CACACA. Windows color (decimal): -3816193 or 16762053. OLE color: 16762053.

HSL color Cylindrical-coordinate representation of color #C5C4FF: hue angle of 241.02º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C4FF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197196255-
CMYK0.230.2300
HSL241.02º100%88.43%-
HSV(B)241.02º23.14%100%-
XYZ60.8258.57102.71-
YUV203.02157.33123.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.40%
GREEN value IS 196 (76.95% from 255) = 30.25%
BLUE value IS 255 (100% from 255) = 39.35%
R=30.40%
G=30.25%
B=39.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971962550.230.2300241.0210088.43
HexC5C4FF171700f16458
Octal305304377272700361144130
Binary1100010111000100111111111011110111001111000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c4ff; }

 p { color: rgb(197,196,255); }

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

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

 a { background-color: rgb(197,196,255); }

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

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

 span { border-color: rgb(197,196,255); }

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