#CECCFA

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

Shades of Lavender Blue #CECCFA

Tints of Lavender Blue #CECCFA

Color information

#CECCFA (or 0xCECCFA) is unknown color: approx Lavender Blue. HEX triplet: CE, CC and FA. RGB value is (206,204,250). Sum of RGB (Red+Green+Blue) = 206+204+250=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFA is #313305. Grayscale: #D1D1D1. Windows color (decimal): -3224326 or 16436430. OLE color: 16436430.

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

Color convert

RGB206204250-
CMYK0.180.1800.02
HSL242.61º82.14%89.02%-
HSV(B)242.61º18.4%98.04%-
XYZ64.363.2199.25-
YUV209.84150.66125.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=31.21%
G=30.91%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062042500.180.1800.02242.6182.1489.02
HexCECCFA121202f35259
Octal316314372222202363122131
Binary11001110110011001111101010010100100101111001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCFA; }

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

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

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

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

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

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

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

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