#C0CCFB

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

Shades of Lavender Blue #C0CCFB

Tints of Lavender Blue #C0CCFB

Color information

#C0CCFB (or 0xC0CCFB) is unknown color: approx Lavender Blue. HEX triplet: C0, CC and FB. RGB value is (192,204,251). Sum of RGB (Red+Green+Blue) = 192+204+251=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFB is #3F3304. Grayscale: #CDCDCD. Windows color (decimal): -4141829 or 16501952. OLE color: 16501952.

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

Color convert

RGB192204251-
CMYK0.240.1900.02
HSL227.8º88.06%86.86%-
HSV(B)227.8º23.51%98.43%-
XYZ60.7461.3699.91-
YUV205.77153.52118.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=29.68%
G=31.53%
B=38.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922042510.240.1900.02227.888.0686.86
HexC0CCFB181302e45857
Octal300314373302302344130127
Binary11000000110011001111101111000100110101110010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCFB; }

 p { color: rgb(192,204,251); }

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

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

 a { background-color: rgb(192,204,251); }

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

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

 span { border-color: rgb(192,204,251); }

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