#C5CCFB

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

Shades of Lavender Blue #C5CCFB

Tints of Lavender Blue #C5CCFB

Color information

#C5CCFB (or 0xC5CCFB) is unknown color: approx Lavender Blue. HEX triplet: C5, CC and FB. RGB value is (197,204,251). Sum of RGB (Red+Green+Blue) = 197+204+251=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCFB is #3A3304. Grayscale: #CFCFCF. Windows color (decimal): -3814149 or 16501957. OLE color: 16501957.

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

Color convert

RGB197204251-
CMYK0.220.1900.02
HSL232.22º87.1%87.84%-
HSV(B)232.22º21.51%98.43%-
XYZ62.0362.0299.97-
YUV207.26152.68120.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=30.21%
G=31.29%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972042510.220.1900.02232.2287.187.84
HexC5CCFB161302e85758
Octal305314373262302350127130
Binary11000101110011001111101110110100110101110100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCFB; }

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

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

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

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

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

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

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

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