#c5ccff

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

Shades of Lavender Blue #C5CCFF

Tints of Lavender Blue #C5CCFF

Color information

#C5CCFF (or 0xC5CCFF) is unknown color: approx Lavender Blue. HEX triplet: C5, CC and FF. RGB value is (197,204,255). Sum of RGB (Red+Green+Blue) = 197+204+255=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCFF is #3A3300. Grayscale: #CFCFCF. Windows color (decimal): -3814145 or 16764101. OLE color: 16764101.

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

Color convert

RGB197204255-
CMYK0.230.200
HSL232.76º100%88.63%-
HSV(B)232.76º22.75%100%-
XYZ62.6762.28103.33-
YUV207.72154.68120.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 255 (100% from 255) = 38.87%
R=30.03%
G=31.10%
B=38.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972042550.230.200232.7610088.63
HexC5CCFF171400e96459
Octal305314377272400351144131
Binary1100010111001100111111111011110100001110100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5ccff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5ccff; }

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

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

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

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

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

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

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

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