#C3CEFF

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

Shades of Lavender Blue #C3CEFF

Tints of Lavender Blue #C3CEFF

Color information

#C3CEFF (or 0xC3CEFF) is unknown color: approx Lavender Blue. HEX triplet: C3, CE and FF. RGB value is (195,206,255). Sum of RGB (Red+Green+Blue) = 195+206+255=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEFF is #3C3100. Grayscale: #D0D0D0. Windows color (decimal): -3944705 or 16764611. OLE color: 16764611.

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

Color convert

RGB195206255-
CMYK0.240.1900
HSL229º100%88.24%-
HSV(B)229º23.53%100%-
XYZ62.6362.96103.46-
YUV208.3154.36118.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.73%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 255 (100% from 255) = 38.87%
R=29.73%
G=31.40%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952062550.240.190022910088.24
HexC3CEFF181300e56458
Octal303316377302300345144130
Binary1100001111001110111111111100010011001110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEFF; }

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

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

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

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

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

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

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

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