#CECAF8

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

Shades of Lavender Blue #CECAF8

Tints of Lavender Blue #CECAF8

Color information

#CECAF8 (or 0xCECAF8) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and F8. RGB value is (206,202,248). Sum of RGB (Red+Green+Blue) = 206+202+248=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #CECAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF8 is #313507. Grayscale: #D0D0D0. Windows color (decimal): -3224840 or 16304846. OLE color: 16304846.

HSL color Cylindrical-coordinate representation of color #CECAF8: hue angle of 245.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECAF8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206202248-
CMYK0.170.1900.03
HSL245.22º76.67%88.24%-
HSV(B)245.22º18.55%97.25%-
XYZ63.5262.1497.45-
YUV208.44150.33126.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=31.40%
G=30.79%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062022480.170.1900.03245.2276.6788.24
HexCECAF8111303f54d58
Octal316312370212303365115130
Binary11001110110010101111100010001100110111111010110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAF8; }

 p { color: rgb(206,202,248); }

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

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

 a { background-color: rgb(206,202,248); }

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

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

 span { border-color: rgb(206,202,248); }

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