#C4CCFA

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

Shades of Lavender Blue #C4CCFA

Tints of Lavender Blue #C4CCFA

Color information

#C4CCFA (or 0xC4CCFA) is unknown color: approx Lavender Blue. HEX triplet: C4, CC and FA. RGB value is (196,204,250). Sum of RGB (Red+Green+Blue) = 196+204+250=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CCFA is #3B3305. Grayscale: #CECECE. Windows color (decimal): -3879686 or 16436420. OLE color: 16436420.

HSL color Cylindrical-coordinate representation of color #C4CCFA: hue angle of 231.11º 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 #C4CCFA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196204250-
CMYK0.220.1800.02
HSL231.11º84.38%87.45%-
HSV(B)231.11º21.6%98.04%-
XYZ61.6161.8299.13-
YUV206.85152.35120.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=30.15%
G=31.38%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962042500.220.1800.02231.1184.3887.45
HexC4CCFA161202e75457
Octal304314372262202347124127
Binary11000100110011001111101010110100100101110011110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCFA; }

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

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

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

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

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

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

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

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