#CAC9FB

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

Shades of Lavender Blue #CAC9FB

Tints of Lavender Blue #CAC9FB

Color information

#CAC9FB (or 0xCAC9FB) is unknown color: approx Lavender Blue. HEX triplet: CA, C9 and FB. RGB value is (202,201,251). Sum of RGB (Red+Green+Blue) = 202+201+251=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FB is #353604. Grayscale: #CECECE. Windows color (decimal): -3487237 or 16501194. OLE color: 16501194.

HSL color Cylindrical-coordinate representation of color #CAC9FB: hue angle of 241.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC9FB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202201251-
CMYK0.200.2000.02
HSL241.2º86.21%88.63%-
HSV(B)241.2º19.92%98.43%-
XYZ62.6661.2999.8-
YUV207152.83124.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=30.89%
G=30.73%
B=38.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022012510.200.2000.02241.286.2188.63
HexCAC9FB141402f15659
Octal312311373242402361126131
Binary11001010110010011111101110100101000101111000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9FB; }

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

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

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

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

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

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

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

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