#C5CFFD

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

Shades of Lavender Blue #C5CFFD

Tints of Lavender Blue #C5CFFD

Color information

#C5CFFD (or 0xC5CFFD) is unknown color: approx Lavender Blue. HEX triplet: C5, CF and FD. RGB value is (197,207,253). Sum of RGB (Red+Green+Blue) = 197+207+253=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFD is #3A3002. Grayscale: #D1D1D1. Windows color (decimal): -3813379 or 16633797. OLE color: 16633797.

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

Color convert

RGB197207253-
CMYK0.220.1800.01
HSL229.29º93.33%88.24%-
HSV(B)229.29º22.13%99.22%-
XYZ63.0763.59101.88-
YUV209.25152.69119.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.98%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=29.98%
G=31.51%
B=38.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972072530.220.1800.01229.2993.3388.24
HexC5CFFD161201e55d58
Octal305317375262201345135130
Binary1100010111001111111111011011010010011110010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFFD; }

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

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

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

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

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

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

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

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