#C7CEFE

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

Shades of Lavender Blue #C7CEFE

Tints of Lavender Blue #C7CEFE

Color information

#C7CEFE (or 0xC7CEFE) is unknown color: approx Lavender Blue. HEX triplet: C7, CE and FE. RGB value is (199,206,254). Sum of RGB (Red+Green+Blue) = 199+206+254=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEFE is #383101. Grayscale: #D1D1D1. Windows color (decimal): -3682562 or 16699079. OLE color: 16699079.

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

Color convert

RGB199206254-
CMYK0.220.1900.00
HSL232.36º96.49%88.82%-
HSV(B)232.36º21.65%99.61%-
XYZ63.5163.44102.66-
YUV209.38153.18120.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.20%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=30.20%
G=31.26%
B=38.54%

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
Decimal1992062540.220.1900.00232.3696.4988.82
HexC7CEFE161300e86059
Octal307316376262300350140131
Binary1100011111001110111111101011010011001110100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEFE; }

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

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

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

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

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

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

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

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