#CECCF5

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

Shades of Lavender Blue #CECCF5

Tints of Lavender Blue #CECCF5

Color information

#CECCF5 (or 0xCECCF5) is unknown color: approx Lavender Blue. HEX triplet: CE, CC and F5. RGB value is (206,204,245). Sum of RGB (Red+Green+Blue) = 206+204+245=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF5 is #31330A. Grayscale: #D1D1D1. Windows color (decimal): -3224331 or 16108750. OLE color: 16108750.

HSL color Cylindrical-coordinate representation of color #CECCF5: hue angle of 242.93º degrees, saturation: 0.67, 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 #CECCF5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206204245-
CMYK0.160.1700.04
HSL242.93º67.21%88.04%-
HSV(B)242.93º16.73%96.08%-
XYZ63.5362.995.18-
YUV209.27148.16125.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=31.45%
G=31.15%
B=37.40%

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
Decimal2062042450.160.1700.04242.9367.2188.04
HexCECCF5101104f34358
Octal316314365202104363103130
Binary110011101100110011110101100001000101001111001110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCF5; }

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

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

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

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

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

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

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

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