#CEC5FA

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

Shades of Lavender Blue #CEC5FA

Tints of Lavender Blue #CEC5FA

Color information

#CEC5FA (or 0xCEC5FA) is unknown color: approx Lavender Blue. HEX triplet: CE, C5 and FA. RGB value is (206,197,250). Sum of RGB (Red+Green+Blue) = 206+197+250=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5FA is #313A05. Grayscale: #CDCDCD. Windows color (decimal): -3226118 or 16434638. OLE color: 16434638.

HSL color Cylindrical-coordinate representation of color #CEC5FA: hue angle of 250.19º degrees, saturation: 0.84, 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 #CEC5FA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206197250-
CMYK0.180.2100.02
HSL250.19º84.13%87.65%-
HSV(B)250.19º21.2%98.04%-
XYZ62.6859.9698.71-
YUV205.73152.98128.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=31.55%
G=30.17%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061972500.180.2100.02250.1984.1387.65
HexCEC5FA121502fa5458
Octal316305372222502372124130
Binary11001110110001011111101010010101010101111101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5FA; }

 p { color: rgb(206,197,250); }

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

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

 a { background-color: rgb(206,197,250); }

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

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

 span { border-color: rgb(206,197,250); }

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