#CAC4FF

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

Shades of Lavender Blue #CAC4FF

Tints of Lavender Blue #CAC4FF

Color information

#CAC4FF (or 0xCAC4FF) is unknown color: approx Lavender Blue. HEX triplet: CA, C4 and FF. RGB value is (202,196,255). Sum of RGB (Red+Green+Blue) = 202+196+255=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FF is #353B00. Grayscale: #CCCCCC. Windows color (decimal): -3488513 or 16762058. OLE color: 16762058.

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

Color convert

RGB202196255-
CMYK0.210.2300
HSL246.1º100%88.43%-
HSV(B)246.1º23.14%100%-
XYZ62.1559.26102.77-
YUV204.52156.49126.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 255 (100% from 255) = 39.05%
R=30.93%
G=30.02%
B=39.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021962550.210.2300246.110088.43
HexCAC4FF151700f66458
Octal312304377252700366144130
Binary1100101011000100111111111010110111001111011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4FF; }

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

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

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

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

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

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

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

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