#CEC5F7

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

Shades of Lavender Blue #CEC5F7

Tints of Lavender Blue #CEC5F7

Color information

#CEC5F7 (or 0xCEC5F7) is unknown color: approx Lavender Blue. HEX triplet: CE, C5 and F7. RGB value is (206,197,247). Sum of RGB (Red+Green+Blue) = 206+197+247=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5F7 is #313A08. Grayscale: #CDCDCD. Windows color (decimal): -3226121 or 16238030. OLE color: 16238030.

HSL color Cylindrical-coordinate representation of color #CEC5F7: hue angle of 250.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC5F7 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206197247-
CMYK0.170.2000.03
HSL250.8º75.76%87.06%-
HSV(B)250.8º20.24%96.86%-
XYZ62.2159.7796.25-
YUV205.39151.48128.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 247 (96.88% from 255) = 38%
R=31.69%
G=30.31%
B=38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061972470.170.2000.03250.875.7687.06
HexCEC5F7111403fb4c57
Octal316305367212403373114127
Binary11001110110001011111011110001101000111111101110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5F7; }

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

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

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

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

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

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

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

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