#CCCFF5

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

Shades of Lavender Blue #CCCFF5

Tints of Lavender Blue #CCCFF5

Color information

#CCCFF5 (or 0xCCCFF5) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and F5. RGB value is (204,207,245). Sum of RGB (Red+Green+Blue) = 204+207+245=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF5 is #33300A. Grayscale: #D2D2D2. Windows color (decimal): -3354635 or 16109516. OLE color: 16109516.

HSL color Cylindrical-coordinate representation of color #CCCFF5: hue angle of 235.61º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCFF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204207245-
CMYK0.170.1600.04
HSL235.61º67.21%88.04%-
HSV(B)235.61º16.73%96.08%-
XYZ63.764.0695.39-
YUV210.44147.51123.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=31.10%
G=31.55%
B=37.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042072450.170.1600.04235.6167.2188.04
HexCCCFF5111004ec4358
Octal314317365212004354103130
Binary110011001100111111110101100011000001001110110010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFF5; }

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

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

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

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

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

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

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

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