#CAC9FD

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

Shades of Lavender Blue #CAC9FD

Tints of Lavender Blue #CAC9FD

Color information

#CAC9FD (or 0xCAC9FD) is unknown color: approx Lavender Blue. HEX triplet: CA, C9 and FD. RGB value is (202,201,253). Sum of RGB (Red+Green+Blue) = 202+201+253=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FD is #353602. Grayscale: #CFCFCF. Windows color (decimal): -3487235 or 16632266. OLE color: 16632266.

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

Color convert

RGB202201253-
CMYK0.200.2100.01
HSL241.15º92.86%89.02%-
HSV(B)241.15º20.55%99.22%-
XYZ62.9761.42101.47-
YUV207.23153.83124.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=30.79%
G=30.64%
B=38.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022012530.200.2100.01241.1592.8689.02
HexCAC9FD141501f15d59
Octal312311375242501361135131
Binary1100101011001001111111011010010101011111000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9FD; }

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

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

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

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

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

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

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

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