#C0CEFF

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

Shades of Lavender Blue #C0CEFF

Tints of Lavender Blue #C0CEFF

Color information

#C0CEFF (or 0xC0CEFF) is unknown color: approx Lavender Blue. HEX triplet: C0, CE and FF. RGB value is (192,206,255). Sum of RGB (Red+Green+Blue) = 192+206+255=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFF is #3F3100. Grayscale: #CFCFCF. Windows color (decimal): -4141313 or 16764608. OLE color: 16764608.

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

Color convert

RGB192206255-
CMYK0.250.1900
HSL226.67º100%87.65%-
HSV(B)226.67º24.71%100%-
XYZ61.8662.57103.42-
YUV207.4154.86117.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.40%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 255 (100% from 255) = 39.05%
R=29.40%
G=31.55%
B=39.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922062550.250.1900226.6710087.65
HexC0CEFF191300e36458
Octal300316377312300343144130
Binary1100000011001110111111111100110011001110001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEFF; }

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

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

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

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

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

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

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

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