#CECAF4

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

Shades of Lavender Blue #CECAF4

Tints of Lavender Blue #CECAF4

Color information

#CECAF4 (or 0xCECAF4) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and F4. RGB value is (206,202,244). Sum of RGB (Red+Green+Blue) = 206+202+244=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF4 is #31350B. Grayscale: #CFCFCF. Windows color (decimal): -3224844 or 16042702. OLE color: 16042702.

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

Color convert

RGB206202244-
CMYK0.160.1700.04
HSL245.71º65.62%87.45%-
HSV(B)245.71º17.21%95.69%-
XYZ62.961.8994.22-
YUV207.98148.33126.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=31.60%
G=30.98%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062022440.160.1700.04245.7165.6287.45
HexCECAF4101104f64257
Octal316312364202104366102127
Binary110011101100101011110100100001000101001111011010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAF4; }

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

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

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

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

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

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

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

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