#C7CCFE

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

Shades of Lavender Blue #C7CCFE

Tints of Lavender Blue #C7CCFE

Color information

#C7CCFE (or 0xC7CCFE) is unknown color: approx Lavender Blue. HEX triplet: C7, CC and FE. RGB value is (199,204,254). Sum of RGB (Red+Green+Blue) = 199+204+254=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CCFE is #383301. Grayscale: #D0D0D0. Windows color (decimal): -3683074 or 16698567. OLE color: 16698567.

HSL color Cylindrical-coordinate representation of color #C7CCFE: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7CCFE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199204254-
CMYK0.220.2000.00
HSL234.55º96.49%88.82%-
HSV(B)234.55º21.65%99.61%-
XYZ63.0462.48102.5-
YUV208.2153.84121.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.29%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=30.29%
G=31.05%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992042540.220.2000.00234.5596.4988.82
HexC7CCFE161400eb6059
Octal307314376262400353140131
Binary1100011111001100111111101011010100001110101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCFE; }

 p { color: rgb(199,204,254); }

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

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

 a { background-color: rgb(199,204,254); }

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

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

 span { border-color: rgb(199,204,254); }

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