#CEC2FD

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

Shades of Lavender Blue #CEC2FD

Tints of Lavender Blue #CEC2FD

Color information

#CEC2FD (or 0xCEC2FD) is unknown color: approx Lavender Blue. HEX triplet: CE, C2 and FD. RGB value is (206,194,253). Sum of RGB (Red+Green+Blue) = 206+194+253=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FD is #313D02. Grayscale: #CCCCCC. Windows color (decimal): -3226883 or 16630478. OLE color: 16630478.

HSL color Cylindrical-coordinate representation of color #CEC2FD: hue angle of 252.2º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC2FD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206194253-
CMYK0.190.2300.01
HSL252.2º93.65%87.65%-
HSV(B)252.2º23.32%99.22%-
XYZ62.4858.8100.98-
YUV204.31155.48129.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=31.55%
G=29.71%
B=38.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061942530.190.2300.01252.293.6587.65
HexCEC2FD131701fc5e58
Octal316302375232701374136130
Binary1100111011000010111111011001110111011111110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2FD; }

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

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

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

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

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

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

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

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