#CAC9FF

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

Shades of Lavender Blue #CAC9FF

Tints of Lavender Blue #CAC9FF

Color information

#CAC9FF (or 0xCAC9FF) is unknown color: approx Lavender Blue. HEX triplet: CA, C9 and FF. RGB value is (202,201,255). Sum of RGB (Red+Green+Blue) = 202+201+255=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FF is #353600. Grayscale: #CFCFCF. Windows color (decimal): -3487233 or 16763338. OLE color: 16763338.

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

Color convert

RGB202201255-
CMYK0.210.2100
HSL241.11º100%89.41%-
HSV(B)241.11º21.18%100%-
XYZ63.2961.55103.15-
YUV207.46154.83124.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 255 (100% from 255) = 38.75%
R=30.70%
G=30.55%
B=38.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022012550.210.2100241.1110089.41
HexCAC9FF151500f16459
Octal312311377252500361144131
Binary1100101011001001111111111010110101001111000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9FF; }

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

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

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

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

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

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

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

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