#C0C4FE

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

Shades of Lavender Blue #C0C4FE

Tints of Lavender Blue #C0C4FE

Color information

#C0C4FE (or 0xC0C4FE) is unknown color: approx Lavender Blue. HEX triplet: C0, C4 and FE. RGB value is (192,196,254). Sum of RGB (Red+Green+Blue) = 192+196+254=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C4FE is #3F3B01. Grayscale: #C9C9C9. Windows color (decimal): -4143874 or 16696512. OLE color: 16696512.

HSL color Cylindrical-coordinate representation of color #C0C4FE: hue angle of 236.13º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C4FE is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192196254-
CMYK0.240.2300.00
HSL236.13º96.88%87.45%-
HSV(B)236.13º24.41%99.61%-
XYZ59.3757.84101.8-
YUV201.42157.67121.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.91%
GREEN value IS 196 (76.95% from 255) = 30.53%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=29.91%
G=30.53%
B=39.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921962540.240.2300.00236.1396.8887.45
HexC0C4FE181700ec6157
Octal300304376302700354141127
Binary1100000011000100111111101100010111001110110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4FE; }

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

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

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

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

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

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

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

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