#C4CFFA

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

Shades of Lavender Blue #C4CFFA

Tints of Lavender Blue #C4CFFA

Color information

#C4CFFA (or 0xC4CFFA) is unknown color: approx Lavender Blue. HEX triplet: C4, CF and FA. RGB value is (196,207,250). Sum of RGB (Red+Green+Blue) = 196+207+250=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFA is #3B3005. Grayscale: #D0D0D0. Windows color (decimal): -3878918 or 16437188. OLE color: 16437188.

HSL color Cylindrical-coordinate representation of color #C4CFFA: hue angle of 227.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CFFA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196207250-
CMYK0.220.1700.02
HSL227.78º84.38%87.45%-
HSV(B)227.78º21.6%98.04%-
XYZ62.3363.2699.37-
YUV208.61151.36119-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=30.02%
G=31.70%
B=38.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962072500.220.1700.02227.7884.3887.45
HexC4CFFA161102e45457
Octal304317372262102344124127
Binary11000100110011111111101010110100010101110010010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFFA; }

 p { color: rgb(196,207,250); }

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

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

 a { background-color: rgb(196,207,250); }

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

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

 span { border-color: rgb(196,207,250); }

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