#CEC0FD

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

Shades of Lavender Blue #CEC0FD

Tints of Lavender Blue #CEC0FD

Color information

#CEC0FD (or 0xCEC0FD) is unknown color: approx Lavender Blue. HEX triplet: CE, C0 and FD. RGB value is (206,192,253). Sum of RGB (Red+Green+Blue) = 206+192+253=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0FD is #313F02. Grayscale: #CACACA. Windows color (decimal): -3227395 or 16629966. OLE color: 16629966.

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

Color convert

RGB206192253-
CMYK0.190.2400.01
HSL253.77º93.85%87.25%-
HSV(B)253.77º24.11%99.22%-
XYZ62.0357.91100.84-
YUV203.14156.14130.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=31.64%
G=29.49%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061922530.190.2400.01253.7793.8587.25
HexCEC0FD131801fe5e57
Octal316300375233001376136127
Binary1100111011000000111111011001111000011111111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0FD; }

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

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

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

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

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

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

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

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