#CEC5FE

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

Shades of Lavender Blue #CEC5FE

Tints of Lavender Blue #CEC5FE

Color information

#CEC5FE (or 0xCEC5FE) is unknown color: approx Lavender Blue. HEX triplet: CE, C5 and FE. RGB value is (206,197,254). Sum of RGB (Red+Green+Blue) = 206+197+254=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 197 (77.34% from 255 or 29.98% 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 #CEC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5FE is #313A01. Grayscale: #CDCDCD. Windows color (decimal): -3226114 or 16696782. OLE color: 16696782.

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

Color convert

RGB206197254-
CMYK0.190.2200.00
HSL249.47º96.61%88.43%-
HSV(B)249.47º22.44%99.61%-
XYZ63.3160.21102.05-
YUV206.19154.98127.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 197 (77.34% from 255) = 29.98%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=31.35%
G=29.98%
B=38.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061972540.190.2200.00249.4796.6188.43
HexCEC5FE131600f96158
Octal316305376232600371141130
Binary1100111011000101111111101001110110001111100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5FE; }

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

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

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

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

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

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

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

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