#cac9fe

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

Shades of Lavender Blue #CAC9FE

Tints of Lavender Blue #CAC9FE

Color information

#CAC9FE (or 0xCAC9FE) is unknown color: approx Lavender Blue. HEX triplet: CA, C9 and FE. RGB value is (202,201,254). Sum of RGB (Red+Green+Blue) = 202+201+254=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FE is #353601. Grayscale: #CFCFCF. Windows color (decimal): -3487234 or 16697802. OLE color: 16697802.

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

Color convert

RGB202201254-
CMYK0.200.2100.00
HSL241.13º96.36%89.22%-
HSV(B)241.13º20.87%99.61%-
XYZ63.1361.49102.31-
YUV207.34154.33124.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=30.75%
G=30.59%
B=38.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022012540.200.2100.00241.1396.3689.22
HexCAC9FE141500f16059
Octal312311376242500361140131
Binary1100101011001001111111101010010101001111000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cac9fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cac9fe; }

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

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

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

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

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

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

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

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