#C5CCFA

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

Shades of Lavender Blue #C5CCFA

Tints of Lavender Blue #C5CCFA

Color information

#C5CCFA (or 0xC5CCFA) is unknown color: approx Lavender Blue. HEX triplet: C5, CC and FA. RGB value is (197,204,250). Sum of RGB (Red+Green+Blue) = 197+204+250=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCFA is #3A3305. Grayscale: #CECECE. Windows color (decimal): -3814150 or 16436421. OLE color: 16436421.

HSL color Cylindrical-coordinate representation of color #C5CCFA: hue angle of 232.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CCFA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197204250-
CMYK0.210.1800.02
HSL232.08º84.13%87.65%-
HSV(B)232.08º21.2%98.04%-
XYZ61.8761.9699.14-
YUV207.15152.18120.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.26%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=30.26%
G=31.34%
B=38.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972042500.210.1800.02232.0884.1387.65
HexC5CCFA151202e85458
Octal305314372252202350124130
Binary11000101110011001111101010101100100101110100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCFA; }

 p { color: rgb(197,204,250); }

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

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

 a { background-color: rgb(197,204,250); }

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

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

 span { border-color: rgb(197,204,250); }

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