#CCCFF0

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

Shades of Lavender Blue #CCCFF0

Tints of Lavender Blue #CCCFF0

Color information

#CCCFF0 (or 0xCCCFF0) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and F0. RGB value is (204,207,240). Sum of RGB (Red+Green+Blue) = 204+207+240=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF0 is #33300F. Grayscale: #D1D1D1. Windows color (decimal): -3354640 or 15781836. OLE color: 15781836.

HSL color Cylindrical-coordinate representation of color #CCCFF0: hue angle of 235º 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 #CCCFF0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204207240-
CMYK0.150.1400.06
HSL235º54.55%87.06%-
HSV(B)235º15%94.12%-
XYZ62.9463.7591.43-
YUV209.86145.01123.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=31.34%
G=31.80%
B=36.87%

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
Decimal2042072400.150.1400.0623554.5587.06
HexCCCFF0FE06eb3757
Octal31431736017160635367127
Binary110011001100111111110000111111100110111010111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFF0; }

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

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

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

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

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

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

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

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