#C5CBFC

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

Shades of Lavender Blue #C5CBFC

Tints of Lavender Blue #C5CBFC

Color information

#C5CBFC (or 0xC5CBFC) is unknown color: approx Lavender Blue. HEX triplet: C5, CB and FC. RGB value is (197,203,252). Sum of RGB (Red+Green+Blue) = 197+203+252=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBFC is #3A3403. Grayscale: #CECECE. Windows color (decimal): -3814404 or 16567237. OLE color: 16567237.

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

Color convert

RGB197203252-
CMYK0.220.1900.01
HSL233.45º90.16%88.04%-
HSV(B)233.45º21.83%98.82%-
XYZ61.9561.61100.72-
YUV206.79153.51121.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=30.21%
G=31.13%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972032520.220.1900.01233.4590.1688.04
HexC5CBFC161301e95a58
Octal305313374262301351132130
Binary1100010111001011111111001011010011011110100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBFC; }

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

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

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

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

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

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

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

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