#C0C8FD

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

Shades of Lavender Blue #C0C8FD

Tints of Lavender Blue #C0C8FD

Color information

#C0C8FD (or 0xC0C8FD) is unknown color: approx Lavender Blue. HEX triplet: C0, C8 and FD. RGB value is (192,200,253). Sum of RGB (Red+Green+Blue) = 192+200+253=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8FD is #3F3702. Grayscale: #CBCBCB. Windows color (decimal): -4142851 or 16632000. OLE color: 16632000.

HSL color Cylindrical-coordinate representation of color #C0C8FD: hue angle of 232.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C8FD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192200253-
CMYK0.240.2100.01
HSL232.13º93.85%87.25%-
HSV(B)232.13º24.11%99.22%-
XYZ60.1259.61101.27-
YUV203.65155.85119.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.77%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=29.77%
G=31.01%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922002530.240.2100.01232.1393.8587.25
HexC0C8FD181501e85e57
Octal300310375302501350136127
Binary1100000011001000111111011100010101011110100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8FD; }

 p { color: rgb(192,200,253); }

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

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

 a { background-color: rgb(192,200,253); }

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

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

 span { border-color: rgb(192,200,253); }

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