#CECCFF

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

Shades of Lavender Blue #CECCFF

Tints of Lavender Blue #CECCFF

Color information

#CECCFF (or 0xCECCFF) is unknown color: approx Lavender Blue. HEX triplet: CE, CC and FF. RGB value is (206,204,255). Sum of RGB (Red+Green+Blue) = 206+204+255=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFF is #313300. Grayscale: #D2D2D2. Windows color (decimal): -3224321 or 16764110. OLE color: 16764110.

HSL color Cylindrical-coordinate representation of color #CECCFF: hue angle of 242.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECCFF is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206204255-
CMYK0.190.200
HSL242.35º100%90%-
HSV(B)242.35º20%100%-
XYZ65.163.53103.44-
YUV210.41153.16124.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 255 (100% from 255) = 38.35%
R=30.98%
G=30.68%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062042550.190.200242.3510090
HexCECCFF131400f2645a
Octal316314377232400362144132
Binary1100111011001100111111111001110100001111001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCFF; }

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

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

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

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

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

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

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

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