#C4C5FD

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

Shades of Lavender Blue #C4C5FD

Tints of Lavender Blue #C4C5FD

Color information

#C4C5FD (or 0xC4C5FD) is unknown color: approx Lavender Blue. HEX triplet: C4, C5 and FD. RGB value is (196,197,253). Sum of RGB (Red+Green+Blue) = 196+197+253=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4C5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C5FD is #3B3A02. Grayscale: #CACACA. Windows color (decimal): -3881475 or 16631236. OLE color: 16631236.

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

Color convert

RGB196197253-
CMYK0.230.2200.01
HSL238.95º93.44%88.04%-
HSV(B)238.95º22.53%99.22%-
XYZ60.4658.76101.08-
YUV203.08156.17122.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.34%
GREEN value IS 197 (77.34% from 255) = 30.50%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=30.34%
G=30.50%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961972530.230.2200.01238.9593.4488.04
HexC4C5FD171601ef5d58
Octal304305375272601357135130
Binary1100010011000101111111011011110110011110111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C5FD; }

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

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

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

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

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

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

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

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