#CAC0FE

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

Shades of Lavender Blue #CAC0FE

Tints of Lavender Blue #CAC0FE

Color information

#CAC0FE (or 0xCAC0FE) is unknown color: approx Lavender Blue. HEX triplet: CA, C0 and FE. RGB value is (202,192,254). Sum of RGB (Red+Green+Blue) = 202+192+254=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0FE is #353F01. Grayscale: #C9C9C9. Windows color (decimal): -3489538 or 16695498. OLE color: 16695498.

HSL color Cylindrical-coordinate representation of color #CAC0FE: hue angle of 249.68º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC0FE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202192254-
CMYK0.200.2400.00
HSL249.68º96.88%87.45%-
HSV(B)249.68º24.41%99.61%-
XYZ61.157.41101.63-
YUV202.06157.31127.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=31.17%
G=29.63%
B=39.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021922540.200.2400.00249.6896.8887.45
HexCAC0FE141800fa6157
Octal312300376243000372141127
Binary1100101011000000111111101010011000001111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0FE; }

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

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

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

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

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

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

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

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