#CCCEF3

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

Shades of Lavender Blue #CCCEF3

Tints of Lavender Blue #CCCEF3

Color information

#CCCEF3 (or 0xCCCEF3) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and F3. RGB value is (204,206,243). Sum of RGB (Red+Green+Blue) = 204+206+243=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF3 is #33310C. Grayscale: #D1D1D1. Windows color (decimal): -3354893 or 15978188. OLE color: 15978188.

HSL color Cylindrical-coordinate representation of color #CCCEF3: hue angle of 236.92º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCEF3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204206243-
CMYK0.160.1500.05
HSL236.92º61.9%87.65%-
HSV(B)236.92º16.05%95.29%-
XYZ63.1563.4593.71-
YUV209.62146.84123.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=31.24%
G=31.55%
B=37.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042062430.160.1500.05236.9261.987.65
HexCCCEF310F05ed3e58
Octal31431636320170535576130
Binary1100110011001110111100111000011110101111011011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEF3; }

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

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

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

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

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

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

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

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