#C8C5FF

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

Shades of Lavender Blue #C8C5FF

Tints of Lavender Blue #C8C5FF

Color information

#C8C5FF (or 0xC8C5FF) is unknown color: approx Lavender Blue. HEX triplet: C8, C5 and FF. RGB value is (200,197,255). Sum of RGB (Red+Green+Blue) = 200+197+255=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5FF is #373A00. Grayscale: #CCCCCC. Windows color (decimal): -3619329 or 16762312. OLE color: 16762312.

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

Color convert

RGB200197255-
CMYK0.220.2300
HSL243.1º100%88.63%-
HSV(B)243.1º22.75%100%-
XYZ61.8459.43102.82-
YUV204.51156.49124.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.67%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 255 (100% from 255) = 39.11%
R=30.67%
G=30.21%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001972550.220.2300243.110088.63
HexC8C5FF161700f36459
Octal310305377262700363144131
Binary1100100011000101111111111011010111001111001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5FF; }

 p { color: rgb(200,197,255); }

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

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

 a { background-color: rgb(200,197,255); }

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

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

 span { border-color: rgb(200,197,255); }

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