#C3CAFC

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

Shades of Lavender Blue #C3CAFC

Tints of Lavender Blue #C3CAFC

Color information

#C3CAFC (or 0xC3CAFC) is unknown color: approx Lavender Blue. HEX triplet: C3, CA and FC. RGB value is (195,202,252). Sum of RGB (Red+Green+Blue) = 195+202+252=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAFC is #3C3503. Grayscale: #CDCDCD. Windows color (decimal): -3945732 or 16566979. OLE color: 16566979.

HSL color Cylindrical-coordinate representation of color #C3CAFC: hue angle of 232.63º 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 #C3CAFC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195202252-
CMYK0.230.2000.01
HSL232.63º90.48%87.65%-
HSV(B)232.63º22.62%98.82%-
XYZ61.260.87100.62-
YUV205.61154.18120.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=30.05%
G=31.12%
B=38.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952022520.230.2000.01232.6390.4887.65
HexC3CAFC171401e95a58
Octal303312374272401351132130
Binary1100001111001010111111001011110100011110100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAFC; }

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

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

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

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

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

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

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

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