#C5C8FF

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

Shades of Lavender Blue #C5C8FF

Tints of Lavender Blue #C5C8FF

Color information

#C5C8FF (or 0xC5C8FF) is unknown color: approx Lavender Blue. HEX triplet: C5, C8 and FF. RGB value is (197,200,255). Sum of RGB (Red+Green+Blue) = 197+200+255=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 200 (78.52% from 255 or 30.67% 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 #C5C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8FF is #3A3700. Grayscale: #CDCDCD. Windows color (decimal): -3815169 or 16763077. OLE color: 16763077.

HSL color Cylindrical-coordinate representation of color #C5C8FF: hue angle of 236.9º 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 #C5C8FF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197200255-
CMYK0.230.2200
HSL236.9º100%88.63%-
HSV(B)236.9º22.75%100%-
XYZ61.7360.4103.01-
YUV205.37156.01122.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972002550.230.2200236.910088.63
HexC5C8FF171600ed6459
Octal305310377272600355144131
Binary1100010111001000111111111011110110001110110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C8FF; }

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

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

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

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

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

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

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

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