#C8C2F7

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

Shades of Lavender Blue #C8C2F7

Tints of Lavender Blue #C8C2F7

Color information

#C8C2F7 (or 0xC8C2F7) is unknown color: approx Lavender Blue. HEX triplet: C8, C2 and F7. RGB value is (200,194,247). Sum of RGB (Red+Green+Blue) = 200+194+247=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2F7 is #373D08. Grayscale: #C9C9C9. Windows color (decimal): -3620105 or 16237256. OLE color: 16237256.

HSL color Cylindrical-coordinate representation of color #C8C2F7: hue angle of 246.79º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C2F7 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200194247-
CMYK0.190.2100.03
HSL246.79º76.81%86.47%-
HSV(B)246.79º21.46%96.86%-
XYZ59.957.5895.95-
YUV201.84153.49126.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=31.20%
G=30.27%
B=38.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001942470.190.2100.03246.7976.8186.47
HexC8C2F7131503f74d56
Octal310302367232503367115126
Binary11001000110000101111011110011101010111111011110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2F7; }

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

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

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

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

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

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

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

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