#C5D0FE

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

Shades of Lavender Blue #C5D0FE

Tints of Lavender Blue #C5D0FE

Color information

#C5D0FE (or 0xC5D0FE) is unknown color: approx Lavender Blue. HEX triplet: C5, D0 and FE. RGB value is (197,208,254). Sum of RGB (Red+Green+Blue) = 197+208+254=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0FE is #3A2F01. Grayscale: #D1D1D1. Windows color (decimal): -3813122 or 16699589. OLE color: 16699589.

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

Color convert

RGB197208254-
CMYK0.220.1800.00
HSL228.42º96.61%88.43%-
HSV(B)228.42º22.44%99.61%-
XYZ63.4764.14102.8-
YUV209.96152.86118.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.89%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=29.89%
G=31.56%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972082540.220.1800.00228.4296.6188.43
HexC5D0FE161200e46158
Octal305320376262200344141130
Binary1100010111010000111111101011010010001110010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0FE; }

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

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

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

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

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

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

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

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