#CECDF2

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

Shades of Lavender Blue #CECDF2

Tints of Lavender Blue #CECDF2

Color information

#CECDF2 (or 0xCECDF2) is unknown color: approx Lavender Blue. HEX triplet: CE, CD and F2. RGB value is (206,205,242). Sum of RGB (Red+Green+Blue) = 206+205+242=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF2 is #31320D. Grayscale: #D1D1D1. Windows color (decimal): -3224078 or 15912398. OLE color: 15912398.

HSL color Cylindrical-coordinate representation of color #CECDF2: hue angle of 241.62º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECDF2 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206205242-
CMYK0.150.1500.05
HSL241.62º58.73%87.65%-
HSV(B)241.62º15.29%94.9%-
XYZ63.3163.292.87-
YUV209.52146.33125.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=31.55%
G=31.39%
B=37.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062052420.150.1500.05241.6258.7387.65
HexCECDF2FF05f23b58
Octal31631536217170536273130
Binary110011101100110111110010111111110101111100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDF2; }

 p { color: rgb(206,205,242); }

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

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

 a { background-color: rgb(206,205,242); }

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

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

 span { border-color: rgb(206,205,242); }

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