#C3CFFC

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

Shades of Lavender Blue #C3CFFC

Tints of Lavender Blue #C3CFFC

Color information

#C3CFFC (or 0xC3CFFC) is unknown color: approx Lavender Blue. HEX triplet: C3, CF and FC. RGB value is (195,207,252). Sum of RGB (Red+Green+Blue) = 195+207+252=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFC is #3C3003. Grayscale: #D0D0D0. Windows color (decimal): -3944452 or 16568259. OLE color: 16568259.

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

Color convert

RGB195207252-
CMYK0.230.1800.01
HSL227.37º90.48%87.65%-
HSV(B)227.37º22.62%98.82%-
XYZ62.3963.26101.02-
YUV208.54152.52118.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=29.82%
G=31.65%
B=38.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952072520.230.1800.01227.3790.4887.65
HexC3CFFC171201e35a58
Octal303317374272201343132130
Binary1100001111001111111111001011110010011110001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFFC; }

 p { color: rgb(195,207,252); }

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

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

 a { background-color: rgb(195,207,252); }

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

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

 span { border-color: rgb(195,207,252); }

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