#CECDF5

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

Shades of Lavender Blue #CECDF5

Tints of Lavender Blue #CECDF5

Color information

#CECDF5 (or 0xCECDF5) is unknown color: approx Lavender Blue. HEX triplet: CE, CD and F5. RGB value is (206,205,245). Sum of RGB (Red+Green+Blue) = 206+205+245=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF5 is #31320A. Grayscale: #D1D1D1. Windows color (decimal): -3224075 or 16109006. OLE color: 16109006.

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

Color convert

RGB206205245-
CMYK0.160.1600.04
HSL241.5º66.67%88.24%-
HSV(B)241.5º16.33%96.08%-
XYZ63.7763.3895.26-
YUV209.86147.83125.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=31.40%
G=31.25%
B=37.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062052450.160.1600.04241.566.6788.24
HexCECDF5101004f24358
Octal316315365202004362103130
Binary110011101100110111110101100001000001001111001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDF5; }

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

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

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

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

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

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

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

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