#CEC2FA

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

Shades of Lavender Blue #CEC2FA

Tints of Lavender Blue #CEC2FA

Color information

#CEC2FA (or 0xCEC2FA) is unknown color: approx Lavender Blue. HEX triplet: CE, C2 and FA. RGB value is (206,194,250). Sum of RGB (Red+Green+Blue) = 206+194+250=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FA is #313D05. Grayscale: #CBCBCB. Windows color (decimal): -3226886 or 16433870. OLE color: 16433870.

HSL color Cylindrical-coordinate representation of color #CEC2FA: hue angle of 252.86º degrees, saturation: 0.85, 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 #CEC2FA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206194250-
CMYK0.180.2200.02
HSL252.86º84.85%87.06%-
HSV(B)252.86º22.4%98.04%-
XYZ6258.6198.49-
YUV203.97153.98129.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=31.69%
G=29.85%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061942500.180.2200.02252.8684.8587.06
HexCEC2FA121602fd5557
Octal316302372222602375125127
Binary11001110110000101111101010010101100101111110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2FA; }

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

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

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

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

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

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

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

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