#CECCF6

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

Shades of Lavender Blue #CECCF6

Tints of Lavender Blue #CECCF6

Color information

#CECCF6 (or 0xCECCF6) is unknown color: approx Lavender Blue. HEX triplet: CE, CC and F6. RGB value is (206,204,246). Sum of RGB (Red+Green+Blue) = 206+204+246=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #CECCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF6 is #313309. Grayscale: #D1D1D1. Windows color (decimal): -3224330 or 16174286. OLE color: 16174286.

HSL color Cylindrical-coordinate representation of color #CECCF6: hue angle of 242.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECCF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206204246-
CMYK0.160.1700.04
HSL242.86º70%88.24%-
HSV(B)242.86º17.07%96.47%-
XYZ63.6862.9695.99-
YUV209.39148.66125.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=31.40%
G=31.10%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062042460.160.1700.04242.867088.24
HexCECCF6101104f34658
Octal316314366202104363106130
Binary110011101100110011110110100001000101001111001110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCF6; }

 p { color: rgb(206,204,246); }

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

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

 a { background-color: rgb(206,204,246); }

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

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

 span { border-color: rgb(206,204,246); }

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