#CECFF3

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

Shades of Lavender Blue #CECFF3

Tints of Lavender Blue #CECFF3

Color information

#CECFF3 (or 0xCECFF3) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and F3. RGB value is (206,207,243). Sum of RGB (Red+Green+Blue) = 206+207+243=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF3 is #31300C. Grayscale: #D2D2D2. Windows color (decimal): -3223565 or 15978446. OLE color: 15978446.

HSL color Cylindrical-coordinate representation of color #CECFF3: hue angle of 238.38º degrees, saturation: 0.61, 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 #CECFF3 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206207243-
CMYK0.150.1500.05
HSL238.38º60.66%88.04%-
HSV(B)238.38º15.23%95.29%-
XYZ63.9464.2293.82-
YUV210.8146.17124.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=31.40%
G=31.55%
B=37.04%

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
Decimal2062072430.150.1500.05238.3860.6688.04
HexCECFF3FF05ee3d58
Octal31631736317170535675130
Binary110011101100111111110011111111110101111011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF3; }

 p { color: rgb(206,207,243); }

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

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

 a { background-color: rgb(206,207,243); }

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

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

 span { border-color: rgb(206,207,243); }

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