#CEC5F9

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

Shades of Lavender Blue #CEC5F9

Tints of Lavender Blue #CEC5F9

Color information

#CEC5F9 (or 0xCEC5F9) is unknown color: approx Lavender Blue. HEX triplet: CE, C5 and F9. RGB value is (206,197,249). Sum of RGB (Red+Green+Blue) = 206+197+249=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5F9 is #313A06. Grayscale: #CDCDCD. Windows color (decimal): -3226119 or 16369102. OLE color: 16369102.

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

Color convert

RGB206197249-
CMYK0.170.2100.02
HSL250.38º81.25%87.45%-
HSV(B)250.38º20.88%97.65%-
XYZ62.5259.8997.89-
YUV205.62152.48128.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=31.60%
G=30.21%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061972490.170.2100.02250.3881.2587.45
HexCEC5F9111502fa5157
Octal316305371212502372121127
Binary11001110110001011111100110001101010101111101010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5F9; }

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

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

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

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

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

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

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

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