#C0C4F6

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

Shades of Lavender Blue #C0C4F6

Tints of Lavender Blue #C0C4F6

Color information

#C0C4F6 (or 0xC0C4F6) is unknown color: approx Lavender Blue. HEX triplet: C0, C4 and F6. RGB value is (192,196,246). Sum of RGB (Red+Green+Blue) = 192+196+246=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0C4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C4F6 is #3F3B09. Grayscale: #C8C8C8. Windows color (decimal): -4143882 or 16172224. OLE color: 16172224.

HSL color Cylindrical-coordinate representation of color #C0C4F6: hue angle of 235.56º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0C4F6 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192196246-
CMYK0.220.2000.04
HSL235.56º75%85.88%-
HSV(B)235.56º21.95%96.47%-
XYZ58.1157.3495.19-
YUV200.5153.67121.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=30.28%
G=30.91%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921962460.220.2000.04235.567585.88
HexC0C4F6161404ec4b56
Octal300304366262404354113126
Binary110000001100010011110110101101010001001110110010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4F6; }

 p { color: rgb(192,196,246); }

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

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

 a { background-color: rgb(192,196,246); }

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

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

 span { border-color: rgb(192,196,246); }

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