#C3CEFD

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

Shades of Lavender Blue #C3CEFD

Tints of Lavender Blue #C3CEFD

Color information

#C3CEFD (or 0xC3CEFD) is unknown color: approx Lavender Blue. HEX triplet: C3, CE and FD. RGB value is (195,206,253). Sum of RGB (Red+Green+Blue) = 195+206+253=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEFD is #3C3102. Grayscale: #CFCFCF. Windows color (decimal): -3944707 or 16633539. OLE color: 16633539.

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

Color convert

RGB195206253-
CMYK0.230.1900.01
HSL228.62º93.55%87.84%-
HSV(B)228.62º22.92%99.22%-
XYZ62.3162.84101.77-
YUV208.07153.36118.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=29.82%
G=31.50%
B=38.69%

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
Decimal1952062530.230.1900.01228.6293.5587.84
HexC3CEFD171301e55e58
Octal303316375272301345136130
Binary1100001111001110111111011011110011011110010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEFD; }

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

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

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

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

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

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

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

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