#CAC2FF

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

Shades of Lavender Blue #CAC2FF

Tints of Lavender Blue #CAC2FF

Color information

#CAC2FF (or 0xCAC2FF) is unknown color: approx Lavender Blue. HEX triplet: CA, C2 and FF. RGB value is (202,194,255). Sum of RGB (Red+Green+Blue) = 202+194+255=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FF is #353D00. Grayscale: #CBCBCB. Windows color (decimal): -3489025 or 16761546. OLE color: 16761546.

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

Color convert

RGB202194255-
CMYK0.210.2400
HSL247.87º100%88.04%-
HSV(B)247.87º23.92%100%-
XYZ61.758.36102.62-
YUV203.35157.15127.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 39.17%
R=31.03%
G=29.80%
B=39.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021942550.210.2400247.8710088.04
HexCAC2FF151800f86458
Octal312302377253000370144130
Binary1100101011000010111111111010111000001111100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2FF; }

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

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

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

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

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

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

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

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