#C7CEFB

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

Shades of Lavender Blue #C7CEFB

Tints of Lavender Blue #C7CEFB

Color information

#C7CEFB (or 0xC7CEFB) is unknown color: approx Lavender Blue. HEX triplet: C7, CE and FB. RGB value is (199,206,251). Sum of RGB (Red+Green+Blue) = 199+206+251=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEFB is #383104. Grayscale: #D0D0D0. Windows color (decimal): -3682565 or 16502471. OLE color: 16502471.

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

Color convert

RGB199206251-
CMYK0.210.1800.02
HSL231.92º86.67%88.24%-
HSV(B)231.92º20.72%98.43%-
XYZ63.0463.25100.15-
YUV209.04151.68120.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=30.34%
G=31.40%
B=38.26%

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
Decimal1992062510.210.1800.02231.9286.6788.24
HexC7CEFB151202e85758
Octal307316373252202350127130
Binary11000111110011101111101110101100100101110100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEFB; }

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

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

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

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

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

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

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

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