#cccef0

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

Shades of Lavender Blue #CCCEF0

Tints of Lavender Blue #CCCEF0

Color information

#CCCEF0 (or 0xCCCEF0) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and F0. RGB value is (204,206,240). Sum of RGB (Red+Green+Blue) = 204+206+240=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF0 is #33310F. Grayscale: #D1D1D1. Windows color (decimal): -3354896 or 15781580. OLE color: 15781580.

HSL color Cylindrical-coordinate representation of color #CCCEF0: hue angle of 236.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCEF0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204206240-
CMYK0.150.1400.06
HSL236.67º54.55%87.06%-
HSV(B)236.67º15%94.12%-
XYZ62.763.2791.35-
YUV209.28145.34124.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=31.38%
G=31.69%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042062400.150.1400.06236.6754.5587.06
HexCCCEF0FE06ed3757
Octal31431636017160635567127
Binary110011001100111011110000111111100110111011011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cccef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cccef0; }

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

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

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

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

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

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

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

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