#C7CAF2

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

Shades of Lavender Blue #C7CAF2

Tints of Lavender Blue #C7CAF2

Color information

#C7CAF2 (or 0xC7CAF2) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and F2. RGB value is (199,202,242). Sum of RGB (Red+Green+Blue) = 199+202+242=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7CAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAF2 is #38350D. Grayscale: #CDCDCD. Windows color (decimal): -3683598 or 15911623. OLE color: 15911623.

HSL color Cylindrical-coordinate representation of color #C7CAF2: hue angle of 235.81º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7CAF2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199202242-
CMYK0.180.1700.05
HSL235.81º62.32%86.47%-
HSV(B)235.81º17.77%94.9%-
XYZ60.760.7992.54-
YUV205.66148.51123.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=30.95%
G=31.42%
B=37.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992022420.180.1700.05235.8162.3286.47
HexC7CAF2121105ec3e56
Octal30731236222210535476126
Binary11000111110010101111001010010100010101111011001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAF2; }

 p { color: rgb(199,202,242); }

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

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

 a { background-color: rgb(199,202,242); }

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

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

 span { border-color: rgb(199,202,242); }

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