#C5D2FE

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

Shades of Lavender Blue #C5D2FE

Tints of Lavender Blue #C5D2FE

Color information

#C5D2FE (or 0xC5D2FE) is unknown color: approx Lavender Blue. HEX triplet: C5, D2 and FE. RGB value is (197,210,254). Sum of RGB (Red+Green+Blue) = 197+210+254=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2FE is #3A2D01. Grayscale: #D2D2D2. Windows color (decimal): -3812610 or 16700101. OLE color: 16700101.

HSL color Cylindrical-coordinate representation of color #C5D2FE: hue angle of 226.32º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D2FE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197210254-
CMYK0.220.1700.00
HSL226.32º96.61%88.43%-
HSV(B)226.32º22.44%99.61%-
XYZ63.9665.12102.96-
YUV211.13152.19117.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.80%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=29.80%
G=31.77%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972102540.220.1700.00226.3296.6188.43
HexC5D2FE161100e26158
Octal305322376262100342141130
Binary1100010111010010111111101011010001001110001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2FE; }

 p { color: rgb(197,210,254); }

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

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

 a { background-color: rgb(197,210,254); }

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

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

 span { border-color: rgb(197,210,254); }

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