#CECAFA

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

Shades of Lavender Blue #CECAFA

Tints of Lavender Blue #CECAFA

Color information

#CECAFA (or 0xCECAFA) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and FA. RGB value is (206,202,250). Sum of RGB (Red+Green+Blue) = 206+202+250=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFA is #313505. Grayscale: #D0D0D0. Windows color (decimal): -3224838 or 16435918. OLE color: 16435918.

HSL color Cylindrical-coordinate representation of color #CECAFA: hue angle of 245º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECAFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206202250-
CMYK0.180.1900.02
HSL245º82.76%88.63%-
HSV(B)245º19.2%98.04%-
XYZ63.8362.2699.1-
YUV208.67151.33126.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=31.31%
G=30.70%
B=37.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062022500.180.1900.0224582.7688.63
HexCECAFA121302f55359
Octal316312372222302365123131
Binary11001110110010101111101010010100110101111010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAFA; }

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

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

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

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

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

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

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

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