#CEC2F9

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

Shades of Lavender Blue #CEC2F9

Tints of Lavender Blue #CEC2F9

Color information

#CEC2F9 (or 0xCEC2F9) is unknown color: approx Lavender Blue. HEX triplet: CE, C2 and F9. RGB value is (206,194,249). Sum of RGB (Red+Green+Blue) = 206+194+249=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2F9 is #313D06. Grayscale: #CBCBCB. Windows color (decimal): -3226887 or 16368334. OLE color: 16368334.

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

Color convert

RGB206194249-
CMYK0.170.2200.02
HSL253.09º82.09%86.86%-
HSV(B)253.09º22.09%97.65%-
XYZ61.8458.5497.66-
YUV203.86153.48129.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 194 (76.17% from 255) = 29.89%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=31.74%
G=29.89%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061942490.170.2200.02253.0982.0986.86
HexCEC2F9111602fd5257
Octal316302371212602375122127
Binary11001110110000101111100110001101100101111110110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2F9; }

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

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

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

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

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

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

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

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