#C3CBFC

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

Shades of Lavender Blue #C3CBFC

Tints of Lavender Blue #C3CBFC

Color information

#C3CBFC (or 0xC3CBFC) is unknown color: approx Lavender Blue. HEX triplet: C3, CB and FC. RGB value is (195,203,252). Sum of RGB (Red+Green+Blue) = 195+203+252=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBFC is #3C3403. Grayscale: #CDCDCD. Windows color (decimal): -3945476 or 16567235. OLE color: 16567235.

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

Color convert

RGB195203252-
CMYK0.230.1900.01
HSL231.58º90.48%87.65%-
HSV(B)231.58º22.62%98.82%-
XYZ61.4361.34100.7-
YUV206.19153.85120.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=30%
G=31.23%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952032520.230.1900.01231.5890.4887.65
HexC3CBFC171301e85a58
Octal303313374272301350132130
Binary1100001111001011111111001011110011011110100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBFC; }

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

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

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

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

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

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

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

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