#C2CEFD

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

Shades of Lavender Blue #C2CEFD

Tints of Lavender Blue #C2CEFD

Color information

#C2CEFD (or 0xC2CEFD) is unknown color: approx Lavender Blue. HEX triplet: C2, CE and FD. RGB value is (194,206,253). Sum of RGB (Red+Green+Blue) = 194+206+253=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEFD is #3D3102. Grayscale: #CFCFCF. Windows color (decimal): -4010243 or 16633538. OLE color: 16633538.

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

Color convert

RGB194206253-
CMYK0.230.1900.01
HSL227.8º93.65%87.65%-
HSV(B)227.8º23.32%99.22%-
XYZ62.0562.7101.76-
YUV207.77153.52118.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=29.71%
G=31.55%
B=38.74%

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
Decimal1942062530.230.1900.01227.893.6587.65
HexC2CEFD171301e45e58
Octal302316375272301344136130
Binary1100001011001110111111011011110011011110010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEFD; }

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

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

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

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

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

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

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

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