#CAC4FD

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

Shades of Lavender Blue #CAC4FD

Tints of Lavender Blue #CAC4FD

Color information

#CAC4FD (or 0xCAC4FD) is unknown color: approx Lavender Blue. HEX triplet: CA, C4 and FD. RGB value is (202,196,253). Sum of RGB (Red+Green+Blue) = 202+196+253=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FD is #353B02. Grayscale: #CCCCCC. Windows color (decimal): -3488515 or 16630986. OLE color: 16630986.

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

Color convert

RGB202196253-
CMYK0.200.2300.01
HSL246.32º93.44%88.04%-
HSV(B)246.32º22.53%99.22%-
XYZ61.8359.13101.08-
YUV204.29155.49126.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=31.03%
G=30.11%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021962530.200.2300.01246.3293.4488.04
HexCAC4FD141701f65d58
Octal312304375242701366135130
Binary1100101011000100111111011010010111011111011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4FD; }

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

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

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

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

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

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

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

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