#C4C7FD

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

Shades of Lavender Blue #C4C7FD

Tints of Lavender Blue #C4C7FD

Color information

#C4C7FD (or 0xC4C7FD) is unknown color: approx Lavender Blue. HEX triplet: C4, C7 and FD. RGB value is (196,199,253). Sum of RGB (Red+Green+Blue) = 196+199+253=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C7FD is #3B3802. Grayscale: #CCCCCC. Windows color (decimal): -3880963 or 16631748. OLE color: 16631748.

HSL color Cylindrical-coordinate representation of color #C4C7FD: hue angle of 236.84º 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 #C4C7FD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196199253-
CMYK0.230.2100.01
HSL236.84º93.44%88.04%-
HSV(B)236.84º22.53%99.22%-
XYZ60.9259.67101.24-
YUV204.26155.51122.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.25%
GREEN value IS 199 (78.12% from 255) = 30.71%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=30.25%
G=30.71%
B=39.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961992530.230.2100.01236.8493.4488.04
HexC4C7FD171501ed5d58
Octal304307375272501355135130
Binary1100010011000111111111011011110101011110110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C7FD; }

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

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

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

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

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

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

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

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