#C5CEFF

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

Shades of Lavender Blue #C5CEFF

Tints of Lavender Blue #C5CEFF

Color information

#C5CEFF (or 0xC5CEFF) is unknown color: approx Lavender Blue. HEX triplet: C5, CE and FF. RGB value is (197,206,255). Sum of RGB (Red+Green+Blue) = 197+206+255=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFF is #3A3100. Grayscale: #D0D0D0. Windows color (decimal): -3813633 or 16764613. OLE color: 16764613.

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

Color convert

RGB197206255-
CMYK0.230.1900
HSL230.69º100%88.63%-
HSV(B)230.69º22.75%100%-
XYZ63.1563.23103.48-
YUV208.9154.02119.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.94%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 255 (100% from 255) = 38.75%
R=29.94%
G=31.31%
B=38.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972062550.230.1900230.6910088.63
HexC5CEFF171300e76459
Octal305316377272300347144131
Binary1100010111001110111111111011110011001110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEFF; }

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

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

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

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

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

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

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

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