#CCCEFA

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

Shades of Lavender Blue #CCCEFA

Tints of Lavender Blue #CCCEFA

Color information

#CCCEFA (or 0xCCCEFA) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and FA. RGB value is (204,206,250). Sum of RGB (Red+Green+Blue) = 204+206+250=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 206 (80.86% from 255 or 31.21% 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 #CCCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFA is #333105. Grayscale: #D2D2D2. Windows color (decimal): -3354886 or 16436940. OLE color: 16436940.

HSL color Cylindrical-coordinate representation of color #CCCEFA: hue angle of 237.39º 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 #CCCEFA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204206250-
CMYK0.180.1800.02
HSL237.39º82.14%89.02%-
HSV(B)237.39º18.4%98.04%-
XYZ64.2363.8899.39-
YUV210.42150.34123.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=30.91%
G=31.21%
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
Decimal2042062500.180.1800.02237.3982.1489.02
HexCCCEFA121202ed5259
Octal314316372222202355122131
Binary11001100110011101111101010010100100101110110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEFA; }

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

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

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

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

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

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

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

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