#CCC4FC

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

Shades of Lavender Blue #CCC4FC

Tints of Lavender Blue #CCC4FC

Color information

#CCC4FC (or 0xCCC4FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C4 and FC. RGB value is (204,196,252). Sum of RGB (Red+Green+Blue) = 204+196+252=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FC is #333B03. Grayscale: #CCCCCC. Windows color (decimal): -3357444 or 16565452. OLE color: 16565452.

HSL color Cylindrical-coordinate representation of color #CCC4FC: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC4FC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204196252-
CMYK0.190.2200.01
HSL248.57º90.32%87.84%-
HSV(B)248.57º22.22%98.82%-
XYZ62.2159.35100.27-
YUV204.78154.65127.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=31.29%
G=30.06%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041962520.190.2200.01248.5790.3287.84
HexCCC4FC131601f95a58
Octal314304374232601371132130
Binary1100110011000100111111001001110110011111100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4FC; }

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

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

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

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

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

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

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

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