#CCC4F1

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

Shades of Lavender Blue #CCC4F1

Tints of Lavender Blue #CCC4F1

Color information

#CCC4F1 (or 0xCCC4F1) is unknown color: approx Lavender Blue. HEX triplet: CC, C4 and F1. RGB value is (204,196,241). Sum of RGB (Red+Green+Blue) = 204+196+241=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4F1 is #333B0E. Grayscale: #CBCBCB. Windows color (decimal): -3357455 or 15844556. OLE color: 15844556.

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

Color convert

RGB204196241-
CMYK0.150.1900.05
HSL250.67º61.64%85.69%-
HSV(B)250.67º18.67%94.51%-
XYZ60.5258.6791.35-
YUV203.52149.15128.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=31.83%
G=30.58%
B=37.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041962410.150.1900.05250.6761.6485.69
HexCCC4F1F1305fb3e56
Octal31430436117230537376126
Binary1100110011000100111100011111100110101111110111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4F1; }

 p { color: rgb(204,196,241); }

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

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

 a { background-color: rgb(204,196,241); }

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

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

 span { border-color: rgb(204,196,241); }

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