#CECAF7

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

Shades of Lavender Blue #CECAF7

Tints of Lavender Blue #CECAF7

Color information

#CECAF7 (or 0xCECAF7) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and F7. RGB value is (206,202,247). Sum of RGB (Red+Green+Blue) = 206+202+247=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF7 is #313508. Grayscale: #D0D0D0. Windows color (decimal): -3224841 or 16239310. OLE color: 16239310.

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

Color convert

RGB206202247-
CMYK0.170.1800.03
HSL245.33º73.77%88.04%-
HSV(B)245.33º18.22%96.86%-
XYZ63.3662.0896.64-
YUV208.33149.83126.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=31.45%
G=30.84%
B=37.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062022470.170.1800.03245.3373.7788.04
HexCECAF7111203f54a58
Octal316312367212203365112130
Binary11001110110010101111011110001100100111111010110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAF7; }

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

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

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

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

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

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

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

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