#CEC2F8

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

Shades of Lavender Blue #CEC2F8

Tints of Lavender Blue #CEC2F8

Color information

#CEC2F8 (or 0xCEC2F8) is unknown color: approx Lavender Blue. HEX triplet: CE, C2 and F8. RGB value is (206,194,248). Sum of RGB (Red+Green+Blue) = 206+194+248=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEC2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2F8 is #313D07. Grayscale: #CBCBCB. Windows color (decimal): -3226888 or 16302798. OLE color: 16302798.

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

Color convert

RGB206194248-
CMYK0.170.2200.03
HSL253.33º79.41%86.67%-
HSV(B)253.33º21.77%97.25%-
XYZ61.6958.4896.84-
YUV203.74152.98129.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 194 (76.17% from 255) = 29.94%
BLUE value IS 248 (97.27% from 255) = 38.27%
R=31.79%
G=29.94%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061942480.170.2200.03253.3379.4186.67
HexCEC2F8111603fd4f57
Octal316302370212603375117127
Binary11001110110000101111100010001101100111111110110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2F8; }

 p { color: rgb(206,194,248); }

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

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

 a { background-color: rgb(206,194,248); }

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

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

 span { border-color: rgb(206,194,248); }

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