#C5C5FF

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

Shades of Lavender Blue #C5C5FF

Tints of Lavender Blue #C5C5FF

Color information

#C5C5FF (or 0xC5C5FF) is unknown color: approx Lavender Blue. HEX triplet: C5, C5 and FF. RGB value is (197,197,255). Sum of RGB (Red+Green+Blue) = 197+197+255=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C5FF is #3A3A00. Grayscale: #CBCBCB. Windows color (decimal): -3815937 or 16762309. OLE color: 16762309.

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

Color convert

RGB197197255-
CMYK0.230.2300
HSL240º100%88.63%-
HSV(B)240º22.75%100%-
XYZ61.0459.02102.78-
YUV203.61157123.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.35%
GREEN value IS 197 (77.34% from 255) = 30.35%
BLUE value IS 255 (100% from 255) = 39.29%
R=30.35%
G=30.35%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971972550.230.230024010088.63
HexC5C5FF171700f06459
Octal305305377272700360144131
Binary1100010111000101111111111011110111001111000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C5FF; }

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

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

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

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

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

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

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

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