#CAC0FB

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

Shades of Lavender Blue #CAC0FB

Tints of Lavender Blue #CAC0FB

Color information

#CAC0FB (or 0xCAC0FB) is unknown color: approx Lavender Blue. HEX triplet: CA, C0 and FB. RGB value is (202,192,251). Sum of RGB (Red+Green+Blue) = 202+192+251=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0FB is #353F04. Grayscale: #C9C9C9. Windows color (decimal): -3489541 or 16498890. OLE color: 16498890.

HSL color Cylindrical-coordinate representation of color #CAC0FB: hue angle of 250.17º 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 #CAC0FB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202192251-
CMYK0.200.2400.02
HSL250.17º88.06%86.86%-
HSV(B)250.17º23.51%98.43%-
XYZ60.6257.2299.12-
YUV201.72155.81128.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=31.32%
G=29.77%
B=38.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021922510.200.2400.02250.1788.0686.86
HexCAC0FB141802fa5857
Octal312300373243002372130127
Binary11001010110000001111101110100110000101111101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0FB; }

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

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

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

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

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

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

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

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