#C3CCFB

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

Shades of Lavender Blue #C3CCFB

Tints of Lavender Blue #C3CCFB

Color information

#C3CCFB (or 0xC3CCFB) is unknown color: approx Lavender Blue. HEX triplet: C3, CC and FB. RGB value is (195,204,251). Sum of RGB (Red+Green+Blue) = 195+204+251=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCFB is #3C3304. Grayscale: #CECECE. Windows color (decimal): -3945221 or 16501955. OLE color: 16501955.

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

Color convert

RGB195204251-
CMYK0.220.1900.02
HSL230.36º87.5%87.45%-
HSV(B)230.36º22.31%98.43%-
XYZ61.5161.7599.94-
YUV206.67153.02119.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=30%
G=31.38%
B=38.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952042510.220.1900.02230.3687.587.45
HexC3CCFB161302e65857
Octal303314373262302346130127
Binary11000011110011001111101110110100110101110011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCFB; }

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

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

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

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

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

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

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

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