#CECFFD

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

Shades of Lavender Blue #CECFFD

Tints of Lavender Blue #CECFFD

Color information

#CECFFD (or 0xCECFFD) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and FD. RGB value is (206,207,253). Sum of RGB (Red+Green+Blue) = 206+207+253=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFD is #313002. Grayscale: #D3D3D3. Windows color (decimal): -3223555 or 16633806. OLE color: 16633806.

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

Color convert

RGB206207253-
CMYK0.190.1800.01
HSL238.72º92.16%90%-
HSV(B)238.72º18.58%99.22%-
XYZ65.564.84101.99-
YUV211.94151.17123.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=30.93%
G=31.08%
B=37.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062072530.190.1800.01238.7292.1690
HexCECFFD131201ef5c5a
Octal316317375232201357134132
Binary1100111011001111111111011001110010011110111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFFD; }

 p { color: rgb(206,207,253); }

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

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

 a { background-color: rgb(206,207,253); }

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

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

 span { border-color: rgb(206,207,253); }

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