#C7CFFE

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

Shades of Lavender Blue #C7CFFE

Tints of Lavender Blue #C7CFFE

Color information

#C7CFFE (or 0xC7CFFE) is unknown color: approx Lavender Blue. HEX triplet: C7, CF and FE. RGB value is (199,207,254). Sum of RGB (Red+Green+Blue) = 199+207+254=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFE is #383001. Grayscale: #D1D1D1. Windows color (decimal): -3682306 or 16699335. OLE color: 16699335.

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

Color convert

RGB199207254-
CMYK0.220.1900.00
HSL231.27º96.49%88.82%-
HSV(B)231.27º21.65%99.61%-
XYZ63.7663.92102.74-
YUV209.97152.85120.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.15%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=30.15%
G=31.36%
B=38.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992072540.220.1900.00231.2796.4988.82
HexC7CFFE161300e76059
Octal307317376262300347140131
Binary1100011111001111111111101011010011001110011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFFE; }

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

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

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

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

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

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

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

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