#C8C2F3

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

Shades of Lavender Blue #C8C2F3

Tints of Lavender Blue #C8C2F3

Color information

#C8C2F3 (or 0xC8C2F3) is unknown color: approx Lavender Blue. HEX triplet: C8, C2 and F3. RGB value is (200,194,243). Sum of RGB (Red+Green+Blue) = 200+194+243=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8C2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2F3 is #373D0C. Grayscale: #C9C9C9. Windows color (decimal): -3620109 or 15975112. OLE color: 15975112.

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

Color convert

RGB200194243-
CMYK0.180.2000.05
HSL247.35º67.12%85.69%-
HSV(B)247.35º20.16%95.29%-
XYZ59.2957.3392.74-
YUV201.38151.49127.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=31.40%
G=30.46%
B=38.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001942430.180.2000.05247.3567.1285.69
HexC8C2F3121405f74356
Octal310302363222405367103126
Binary110010001100001011110011100101010001011111011110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2F3; }

 p { color: rgb(200,194,243); }

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

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

 a { background-color: rgb(200,194,243); }

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

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

 span { border-color: rgb(200,194,243); }

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