#CECFF7

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

Shades of Lavender Blue #CECFF7

Tints of Lavender Blue #CECFF7

Color information

#CECFF7 (or 0xCECFF7) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and F7. RGB value is (206,207,247). Sum of RGB (Red+Green+Blue) = 206+207+247=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF7 is #313008. Grayscale: #D3D3D3. Windows color (decimal): -3223561 or 16240590. OLE color: 16240590.

HSL color Cylindrical-coordinate representation of color #CECFF7: hue angle of 238.54º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECFF7 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206207247-
CMYK0.170.1600.03
HSL238.54º71.93%88.82%-
HSV(B)238.54º16.6%96.86%-
XYZ64.5564.4697.04-
YUV211.26148.17124.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=31.21%
G=31.36%
B=37.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062072470.170.1600.03238.5471.9388.82
HexCECFF7111003ef4859
Octal316317367212003357110131
Binary11001110110011111111011110001100000111110111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF7; }

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

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

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

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

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

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

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

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