#C5CCF9

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

Shades of Lavender Blue #C5CCF9

Tints of Lavender Blue #C5CCF9

Color information

#C5CCF9 (or 0xC5CCF9) is unknown color: approx Lavender Blue. HEX triplet: C5, CC and F9. RGB value is (197,204,249). Sum of RGB (Red+Green+Blue) = 197+204+249=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCF9 is #3A3306. Grayscale: #CECECE. Windows color (decimal): -3814151 or 16370885. OLE color: 16370885.

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

Color convert

RGB197204249-
CMYK0.210.1800.02
HSL231.92º81.25%87.45%-
HSV(B)231.92º20.88%97.65%-
XYZ61.7261.998.32-
YUV207.04151.68120.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.31%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=30.31%
G=31.38%
B=38.31%

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
Decimal1972042490.210.1800.02231.9281.2587.45
HexC5CCF9151202e85157
Octal305314371252202350121127
Binary11000101110011001111100110101100100101110100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCF9; }

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

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

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

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

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

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

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

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