#C5D3FF

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

Shades of Lavender Blue #C5D3FF

Tints of Lavender Blue #C5D3FF

Color information

#C5D3FF (or 0xC5D3FF) is unknown color: approx Lavender Blue. HEX triplet: C5, D3 and FF. RGB value is (197,211,255). Sum of RGB (Red+Green+Blue) = 197+211+255=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D3FF is #3A2C00. Grayscale: #D3D3D3. Windows color (decimal): -3812353 or 16765893. OLE color: 16765893.

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

Color convert

RGB197211255-
CMYK0.230.1700
HSL225.52º100%88.63%-
HSV(B)225.52º22.75%100%-
XYZ64.3765.68103.89-
YUV211.83152.36117.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.71%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 38.46%
R=29.71%
G=31.83%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972112550.230.1700225.5210088.63
HexC5D3FF171100e26459
Octal305323377272100342144131
Binary1100010111010011111111111011110001001110001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D3FF; }

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

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

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

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

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

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

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

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