#CAC2FE

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

Shades of Lavender Blue #CAC2FE

Tints of Lavender Blue #CAC2FE

Color information

#CAC2FE (or 0xCAC2FE) is unknown color: approx Lavender Blue. HEX triplet: CA, C2 and FE. RGB value is (202,194,254). Sum of RGB (Red+Green+Blue) = 202+194+254=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FE is #353D01. Grayscale: #CBCBCB. Windows color (decimal): -3489026 or 16696010. OLE color: 16696010.

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

Color convert

RGB202194254-
CMYK0.200.2400.00
HSL248º96.77%87.84%-
HSV(B)248º23.62%99.61%-
XYZ61.5458.3101.77-
YUV203.23156.65127.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=31.08%
G=29.85%
B=39.08%

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
Decimal2021942540.200.2400.0024896.7787.84
HexCAC2FE141800f86158
Octal312302376243000370141130
Binary1100101011000010111111101010011000001111100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2FE; }

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

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

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

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

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

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

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

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