#CCC3F3

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

Shades of Lavender Blue #CCC3F3

Tints of Lavender Blue #CCC3F3

Color information

#CCC3F3 (or 0xCCC3F3) is unknown color: approx Lavender Blue. HEX triplet: CC, C3 and F3. RGB value is (204,195,243). Sum of RGB (Red+Green+Blue) = 204+195+243=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCC3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3F3 is #333C0C. Grayscale: #CACACA. Windows color (decimal): -3357709 or 15975372. OLE color: 15975372.

HSL color Cylindrical-coordinate representation of color #CCC3F3: hue angle of 251.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC3F3 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204195243-
CMYK0.160.2000.05
HSL251.25º66.67%85.88%-
HSV(B)251.25º19.75%95.29%-
XYZ60.5958.3492.86-
YUV203.16150.48128.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 195 (76.56% from 255) = 30.37%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=31.78%
G=30.37%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041952430.160.2000.05251.2566.6785.88
HexCCC3F3101405fb4356
Octal314303363202405373103126
Binary110011001100001111110011100001010001011111101110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3F3; }

 p { color: rgb(204,195,243); }

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

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

 a { background-color: rgb(204,195,243); }

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

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

 span { border-color: rgb(204,195,243); }

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