#C3CEFB

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

Shades of Lavender Blue #C3CEFB

Tints of Lavender Blue #C3CEFB

Color information

#C3CEFB (or 0xC3CEFB) is unknown color: approx Lavender Blue. HEX triplet: C3, CE and FB. RGB value is (195,206,251). Sum of RGB (Red+Green+Blue) = 195+206+251=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEFB is #3C3104. Grayscale: #CFCFCF. Windows color (decimal): -3944709 or 16502467. OLE color: 16502467.

HSL color Cylindrical-coordinate representation of color #C3CEFB: hue angle of 228.21º 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 #C3CEFB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195206251-
CMYK0.220.1800.02
HSL228.21º87.5%87.45%-
HSV(B)228.21º22.31%98.43%-
XYZ61.9962.71100.1-
YUV207.84152.36118.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=29.91%
G=31.60%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952062510.220.1800.02228.2187.587.45
HexC3CEFB161202e45857
Octal303316373262202344130127
Binary11000011110011101111101110110100100101110010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEFB; }

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

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

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

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

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

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

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

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