#C7C9FC

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

Shades of Lavender Blue #C7C9FC

Tints of Lavender Blue #C7C9FC

Color information

#C7C9FC (or 0xC7C9FC) is unknown color: approx Lavender Blue. HEX triplet: C7, C9 and FC. RGB value is (199,201,252). Sum of RGB (Red+Green+Blue) = 199+201+252=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 201 (78.91% from 255 or 30.83% 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 #C7C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C9FC is #383603. Grayscale: #CECECE. Windows color (decimal): -3683844 or 16566727. OLE color: 16566727.

HSL color Cylindrical-coordinate representation of color #C7C9FC: hue angle of 237.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7C9FC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199201252-
CMYK0.210.2000.01
HSL237.74º89.83%88.43%-
HSV(B)237.74º21.03%98.82%-
XYZ62.0160.94100.59-
YUV206.22153.84122.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=30.52%
G=30.83%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992012520.210.2000.01237.7489.8388.43
HexC7C9FC151401ee5a58
Octal307311374252401356132130
Binary1100011111001001111111001010110100011110111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C9FC; }

 p { color: rgb(199,201,252); }

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

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

 a { background-color: rgb(199,201,252); }

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

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

 span { border-color: rgb(199,201,252); }

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