#C5CEFD

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

Shades of Lavender Blue #C5CEFD

Tints of Lavender Blue #C5CEFD

Color information

#C5CEFD (or 0xC5CEFD) is unknown color: approx Lavender Blue. HEX triplet: C5, CE and FD. RGB value is (197,206,253). Sum of RGB (Red+Green+Blue) = 197+206+253=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFD is #3A3102. Grayscale: #D0D0D0. Windows color (decimal): -3813635 or 16633541. OLE color: 16633541.

HSL color Cylindrical-coordinate representation of color #C5CEFD: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CEFD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197206253-
CMYK0.220.1900.01
HSL230.36º93.33%88.24%-
HSV(B)230.36º22.13%99.22%-
XYZ62.8363.1101.8-
YUV208.67153.02119.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=30.03%
G=31.40%
B=38.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972062530.220.1900.01230.3693.3388.24
HexC5CEFD161301e65d58
Octal305316375262301346135130
Binary1100010111001110111111011011010011011110011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEFD; }

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

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

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

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

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

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

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

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