#C5C3ED

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

Shades of Lavender Blue #C5C3ED

Tints of Lavender Blue #C5C3ED

Color information

#C5C3ED (or 0xC5C3ED) is unknown color: approx Lavender Blue. HEX triplet: C5, C3 and ED. RGB value is (197,195,237). Sum of RGB (Red+Green+Blue) = 197+195+237=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C3ED is #3A3C12. Grayscale: #C8C8C8. Windows color (decimal): -3816467 or 15582149. OLE color: 15582149.

HSL color Cylindrical-coordinate representation of color #C5C3ED: hue angle of 242.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5C3ED is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197195237-
CMYK0.170.1800.07
HSL242.86º53.85%84.71%-
HSV(B)242.86º17.72%92.94%-
XYZ57.8357.0188.08-
YUV200.39148.66125.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.32%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=31.32%
G=31.00%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971952370.170.1800.07242.8653.8584.71
HexC5C3ED111207f33655
Octal30530335521220736366125
Binary11000101110000111110110110001100100111111100111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3ED; }

 p { color: rgb(197,195,237); }

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

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

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

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

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

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

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