#C5CFFC

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

Shades of Lavender Blue #C5CFFC

Tints of Lavender Blue #C5CFFC

Color information

#C5CFFC (or 0xC5CFFC) is unknown color: approx Lavender Blue. HEX triplet: C5, CF and FC. RGB value is (197,207,252). Sum of RGB (Red+Green+Blue) = 197+207+252=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFC is #3A3003. Grayscale: #D0D0D0. Windows color (decimal): -3813380 or 16568261. OLE color: 16568261.

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

Color convert

RGB197207252-
CMYK0.220.1800.01
HSL229.09º90.16%88.04%-
HSV(B)229.09º21.83%98.82%-
XYZ62.9163.52101.04-
YUV209.14152.19119.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=30.03%
G=31.55%
B=38.41%

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
Decimal1972072520.220.1800.01229.0990.1688.04
HexC5CFFC161201e55a58
Octal305317374262201345132130
Binary1100010111001111111111001011010010011110010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFFC; }

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

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

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

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

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

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

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

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