#CECDFF

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

Shades of Lavender Blue #CECDFF

Tints of Lavender Blue #CECDFF

Color information

#CECDFF (or 0xCECDFF) is unknown color: approx Lavender Blue. HEX triplet: CE, CD and FF. RGB value is (206,205,255). Sum of RGB (Red+Green+Blue) = 206+205+255=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDFF is #313200. Grayscale: #D2D2D2. Windows color (decimal): -3224065 or 16764366. OLE color: 16764366.

HSL color Cylindrical-coordinate representation of color #CECDFF: hue angle of 241.2º 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 #CECDFF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206205255-
CMYK0.190.2000
HSL241.2º100%90.2%-
HSV(B)241.2º19.61%100%-
XYZ65.3364103.52-
YUV211152.83124.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 255 (100% from 255) = 38.29%
R=30.93%
G=30.78%
B=38.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062052550.190.2000241.210090.2
HexCECDFF131400f1645a
Octal316315377232400361144132
Binary1100111011001101111111111001110100001111000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDFF; }

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

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

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

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

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

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

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

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